diff --git a/include/rapidjson/encodedstream.h b/include/rapidjson/encodedstream.h index c12caac..1450683 100644 --- a/include/rapidjson/encodedstream.h +++ b/include/rapidjson/encodedstream.h @@ -84,11 +84,11 @@ public: Ch* PutBegin() { return 0; } size_t PutEnd(Ch*) { return 0; } + MemoryStream& is_; + private: EncodedInputStream(const EncodedInputStream&); EncodedInputStream& operator=(const EncodedInputStream&); - - MemoryStream& is_; }; //! Output byte stream wrapper with statically bound encoding.