mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-05 20:49:05 +01:00
parent
2bed293f48
commit
563fe5bbbe
@ -60,7 +60,7 @@ public:
|
||||
|
||||
|
||||
explicit PrettyWriter(StackAllocator* allocator = 0, size_t levelDepth = Base::kDefaultLevelDepth) :
|
||||
Base(allocator, levelDepth), indentChar_(' '), indentCharCount_(4) {}
|
||||
Base(allocator, levelDepth), indentChar_(' '), indentCharCount_(4), formatOptions_(kFormatDefault) {}
|
||||
|
||||
#if RAPIDJSON_HAS_CXX11_RVALUE_REFS
|
||||
PrettyWriter(PrettyWriter&& rhs) :
|
||||
|
Loading…
x
Reference in New Issue
Block a user