Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/jsonx/jsonx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jsonx/jsonx.cpp b/example/jsonx/jsonx.cpp
index b6f30102..2fb6c9f2 100644
--- a/example/jsonx/jsonx.cpp
+++ b/example/jsonx/jsonx.cpp
@@ -17,7 +17,7 @@ using namespace rapidjson;
template <typename OutputStream>
class JsonxWriter {
public:
- JsonxWriter(OutputStream& os) : os_(os), level_(0), hasName_(false) {
+ JsonxWriter(OutputStream& os) : os_(os), name_(), level_(0), hasName_(false) {
}
bool Null() {