mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-18 17:45:48 +00:00
Update json_value.cpp
This commit is contained in:
@@ -182,6 +182,7 @@ Value::Value(ValueType type) : type_(type), allocated_(0)
|
||||
switch (type)
|
||||
{
|
||||
case nullValue:
|
||||
value_.map_ = nullptr;
|
||||
break;
|
||||
|
||||
case intValue:
|
||||
|
||||
Reference in New Issue
Block a user