maybe fix DLL symbols for VS

This commit is contained in:
Christopher Dunn
2015-03-05 10:11:43 -06:00
parent ff63d034e5
commit eaa3fd8eca
2 changed files with 2 additions and 2 deletions

View File

@@ -360,7 +360,7 @@ public:
* Someday we might have a real StreamReader, but for now this
* is convenient.
*/
bool parseFromStream(
bool JSON_API parseFromStream(
CharReader::Factory const&,
std::istream&,
Value* root, std::string* errs);