Skip to content

Commit 8e400e9

Browse files
committed
Merge pull request open-source-parsers#368 from mathstuf/export-factory-inner-class
reader: export CharReader::Factory
2 parents dc5aa4a + 80def66 commit 8e400e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/json/reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class JSON_API CharReader {
268268
char const* beginDoc, char const* endDoc,
269269
Value* root, std::string* errs) = 0;
270270

271-
class Factory {
271+
class JSON_API Factory {
272272
public:
273273
virtual ~Factory() {}
274274
/** \brief Allocate a CharReader via operator new().

0 commit comments

Comments
 (0)