Skip to content

Commit 645250b

Browse files
committedJul 11, 2019
\#979 Fix parseFromStream definition
This patch fixes issue #979, where the parseFromStream definition in the header is different from the implementation.
1 parent 25c5781 commit 645250b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎include/json/reader.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ class JSON_API CharReaderBuilder : public CharReader::Factory {
378378
bool JSON_API parseFromStream(CharReader::Factory const&,
379379
IStream&,
380380
Value* root,
381-
std::string* errs);
381+
String* errs);
382382

383383
/** \brief Read from 'sin' into 'root'.
384384

0 commit comments

Comments
 (0)
Please sign in to comment.