summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/registry.h b/base/registry.h
index b9427ea..6199362 100644
--- a/base/registry.h
+++ b/base/registry.h
@@ -24,7 +24,7 @@ class RegKey {
RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access);
~RegKey();
- bool Create(HKEY rootkey, const wchar_t* subkey, REGSAM access = KEY_READ);
+ bool Create(HKEY rootkey, const wchar_t* subkey, REGSAM access);
bool CreateWithDisposition(HKEY rootkey, const wchar_t* subkey,
DWORD* disposition, REGSAM access);