mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-06 00:31:10 +01:00
\#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:
parent
25c57812e2
commit
645250b669
@ -378,7 +378,7 @@ public:
|
|||||||
bool JSON_API parseFromStream(CharReader::Factory const&,
|
bool JSON_API parseFromStream(CharReader::Factory const&,
|
||||||
IStream&,
|
IStream&,
|
||||||
Value* root,
|
Value* root,
|
||||||
std::string* errs);
|
String* errs);
|
||||||
|
|
||||||
/** \brief Read from 'sin' into 'root'.
|
/** \brief Read from 'sin' into 'root'.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user