reader: export CharReader::Factory

This commit is contained in:
Ben Boeckel 2015-09-28 15:45:11 -04:00
parent 6992831c1c
commit 80def66fa5

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().