summaryrefslogtreecommitdiffstats
path: root/base/registry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/registry.cc')
-rw-r--r--base/registry.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/registry.cc b/base/registry.cc
index 0040e1a..f8e58b9 100644
--- a/base/registry.cc
+++ b/base/registry.cc
@@ -132,6 +132,11 @@ DWORD RegistryKeyIterator::SubkeyCount() const {
return count;
}
+RegKey::RegKey()
+ : key_(NULL),
+ watch_event_(0) {
+}
+
RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access)
: key_(NULL),
watch_event_(0) {