Merge pull request #368 from mathstuf/export-factory-inner-class

reader: export CharReader::Factory
This commit is contained in:
Christopher Dunn 2015-09-28 17:06:34 -05:00
commit 8e400e9be7

View File

@ -268,7 +268,7 @@ public:
char const* beginDoc, char const* endDoc,
Value* root, std::string* errs) = 0;
class Factory {
class JSON_API Factory {
public:
virtual ~Factory() {}
/** \brief Allocate a CharReader via operator new().