commit | eaa3fd8ecaee59295312c3c1a1ab75f1e8498a09 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Thu Mar 05 10:11:43 2015 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Thu Mar 05 10:11:43 2015 -0600 |
tree | 811fa4e3356f4ce633bdf35059efe42096452927 | |
parent | ff63d034e565d29fb189840fe82a019ada0dd431 [diff] [blame] |
maybe fix DLL symbols for VS
diff --git a/include/json/reader.h b/include/json/reader.h index 64650ec..f983ce9 100644 --- a/include/json/reader.h +++ b/include/json/reader.h
@@ -360,7 +360,7 @@ * 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);