Skip to content

Commit be183de

Browse files
committed
Update reader.h
1 parent 951bd3d commit be183de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: include/json/reader.h

+1
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ class JSON_API CharReader {
270270

271271
class Factory {
272272
public:
273+
virtual ~Factory() {}
273274
/** \brief Allocate a CharReader via operator new().
274275
* \throw std::exception if something goes wrong (e.g. invalid settings)
275276
*/

0 commit comments

Comments
 (0)