\#979 Fix parseFromStream definition

This patch fixes issue #979, where the parseFromStream definition in
the header is different from the implementation.
This commit is contained in:
Jordan Bayles 2019-07-10 18:56:30 -07:00
parent 25c57812e2
commit 645250b669

View File

@ -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'.