diff options
Diffstat (limited to 'Source/cmVariableWatch.h')
-rw-r--r-- | Source/cmVariableWatch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVariableWatch.h b/Source/cmVariableWatch.h index 9a978bd..4b01c7a 100644 --- a/Source/cmVariableWatch.h +++ b/Source/cmVariableWatch.h @@ -36,6 +36,7 @@ public: * Add watch to the variable */ void AddWatch(const std::string& variable, WatchMethod method, void* client_data=0); + void RemoveWatch(const std::string& variable, WatchMethod method); /** * This method is called when variable is accessed |