mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08: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&,
|
||||
IStream&,
|
||||
Value* root,
|
||||
std::string* errs);
|
||||
String* errs);
|
||||
|
||||
/** \brief Read from 'sin' into 'root'.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user