diff --git a/include/rapidjson/encodedstream.h b/include/rapidjson/encodedstream.h index 215e145..877c3ac 100644 --- a/include/rapidjson/encodedstream.h +++ b/include/rapidjson/encodedstream.h @@ -67,7 +67,7 @@ private: template <> class EncodedInputStream, MemoryStream> { public: - typedef typename UTF8<>::Ch Ch; + typedef UTF8<>::Ch Ch; EncodedInputStream(MemoryStream& is) : is_(is) { if (static_cast(is_.Peek()) == 0xEFu) is_.Take();