diff --git a/include/rapidjson/document.h b/include/rapidjson/document.h index 3b7ef2b..e7a707d 100644 --- a/include/rapidjson/document.h +++ b/include/rapidjson/document.h @@ -1662,6 +1662,7 @@ template , typenam class GenericDocument : public GenericValue { public: typedef typename Encoding::Ch Ch; //!< Character type derived from Encoding. + typedef GenericValue ValueType; //!< Value type of the document. typedef Allocator AllocatorType; //!< Allocator type from template parameter. //! Constructor