diff options
Diffstat (limited to 'Source/cmProperty.cxx')
-rw-r--r-- | Source/cmProperty.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmProperty.cxx b/Source/cmProperty.cxx index 222afb4..4e2f470 100644 --- a/Source/cmProperty.cxx +++ b/Source/cmProperty.cxx @@ -24,5 +24,5 @@ const char* cmProperty::GetValue() const if (this->ValueHasBeenSet) { return this->Value.c_str(); } - return CM_NULLPTR; + return nullptr; } |