mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 10:22:55 +01:00
Merge pull request #368 from mathstuf/export-factory-inner-class
reader: export CharReader::Factory
This commit is contained in:
commit
8e400e9be7
@ -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().
|
||||
|
Loading…
Reference in New Issue
Block a user