summaryrefslogtreecommitdiffstats
path: root/base/registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/registry.h')
-rw-r--r--base/registry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/registry.h b/base/registry.h
index a2f6fd8..757e409 100644
--- a/base/registry.h
+++ b/base/registry.h
@@ -88,6 +88,7 @@ class RegKey {
bool StopWatching();
inline bool IsWatching() const { return watch_event_ != 0; }
+ HANDLE watch_event() const { return watch_event_; }
HKEY Handle() const { return key_; }
private: