We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951bd3d commit be183deCopy full SHA for be183de
1 file changed
include/json/reader.h
@@ -270,6 +270,7 @@ class JSON_API CharReader {
270
271
class Factory {
272
public:
273
+ virtual ~Factory() {}
274
/** \brief Allocate a CharReader via operator new().
275
* \throw std::exception if something goes wrong (e.g. invalid settings)
276
*/
0 commit comments