Skip to content

Commit

Permalink
\open-source-parsers#979 Fix parseFromStream definition
Browse files Browse the repository at this point in the history
This patch fixes issue open-source-parsers#979, where the parseFromStream definition in
the header is different from the implementation.
  • Loading branch information
baylesj committed Jul 11, 2019
1 parent 25c5781 commit 645250b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/json/reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ class JSON_API CharReaderBuilder : public CharReader::Factory {
bool JSON_API parseFromStream(CharReader::Factory const&,
IStream&,
Value* root,
std::string* errs);
String* errs);

/** \brief Read from 'sin' into 'root'.
Expand Down

0 comments on commit 645250b

Please sign in to comment.