Skip to content
Snippets Groups Projects
Commit 645250b6 authored by Jordan Bayles's avatar Jordan Bayles
Browse files

\#979 Fix parseFromStream definition

This patch fixes issue #979, where the parseFromStream definition in
the header is different from the implementation.
parent 25c57812
No related branches found
No related tags found
No related merge requests found
......@@ -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'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment