summaryrefslogtreecommitdiff
path: root/include/registry/registry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/registry/registry.hxx')
-rw-r--r--include/registry/registry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx
index dbbe0f1eab8a..7c42e57d11f2 100644
--- a/include/registry/registry.hxx
+++ b/include/registry/registry.hxx
@@ -275,7 +275,7 @@ public:
/// Default constructor
RegistryValueList()
: m_length(0)
- , m_pValueList(NULL)
+ , m_pValueList(nullptr)
, m_valueType(RegValueType::NOT_DEFINED)
{}