Skip to content

Commit 80def66

Browse files
committed
reader: export CharReader::Factory
1 parent 6992831 commit 80def66

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)