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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx
index e590c2354dd7..f8906668e253 100644
--- a/include/registry/registry.hxx
+++ b/include/registry/registry.hxx
@@ -554,7 +554,7 @@ public:
This constructor is internal only.
*/
- inline RegistryKey(Registry& registry,
+ inline RegistryKey(Registry const & registry,
RegKeyHandle hKey);
protected:
@@ -645,7 +645,7 @@ inline RegistryKey::RegistryKey()
{ }
/// @cond INTERNAL
-inline RegistryKey::RegistryKey(Registry& registry, RegKeyHandle hKey)
+inline RegistryKey::RegistryKey(Registry const & registry, RegKeyHandle hKey)
: m_registry(registry)
, m_hImpl(hKey)
{