diff --git a/example/jsonx/jsonx.cpp b/example/jsonx/jsonx.cpp index b6f3010..2fb6c9f 100644 --- a/example/jsonx/jsonx.cpp +++ b/example/jsonx/jsonx.cpp @@ -17,7 +17,7 @@ using namespace rapidjson; template class JsonxWriter { public: - JsonxWriter(OutputStream& os) : os_(os), level_(0), hasName_(false) { + JsonxWriter(OutputStream& os) : os_(os), name_(), level_(0), hasName_(false) { } bool Null() {