diff options
Diffstat (limited to 'include/registry/registry.hxx')
-rw-r--r-- | include/registry/registry.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx index 3190b13ca66c..b98b1e936a4f 100644 --- a/include/registry/registry.hxx +++ b/include/registry/registry.hxx @@ -298,7 +298,7 @@ public: return m_pValueList[index]; } else { - return 0; + return {}; } } |