mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-29 15:05:50 +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)
|
switch (type)
|
||||||
{
|
{
|
||||||
case nullValue:
|
case nullValue:
|
||||||
|
value_.map_ = nullptr;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case intValue:
|
case intValue:
|
||||||
|
|||||||
Reference in New Issue
Block a user