mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-06 02:45:02 +02:00
parent
48d2a69d47
commit
b299d3581f
@ -39,8 +39,8 @@ namespace Json {
|
||||
// static
|
||||
Value const& Value::nullSingleton()
|
||||
{
|
||||
static Value const* nullStatic = new Value;
|
||||
return *nullStatic;
|
||||
static Value const nullStatic;
|
||||
return nullStatic;
|
||||
}
|
||||
|
||||
// for backwards compatibility, we'll leave these global references around, but DO NOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user