From 645250b6690785be60ab6780ce4b58698d884d11 Mon Sep 17 00:00:00 2001 From: Jordan Bayles Date: Wed, 10 Jul 2019 18:56:30 -0700 Subject: [PATCH] \#979 Fix parseFromStream definition This patch fixes issue #979, where the parseFromStream definition in the header is different from the implementation. --- include/json/reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/json/reader.h b/include/json/reader.h index 111e5dd..0f489d6 100644 --- a/include/json/reader.h +++ b/include/json/reader.h @@ -378,7 +378,7 @@ public: bool JSON_API parseFromStream(CharReader::Factory const&, IStream&, Value* root, - std::string* errs); + String* errs); /** \brief Read from 'sin' into 'root'.