summaryrefslogtreecommitdiffstats
path: root/Source/cmVariableWatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmVariableWatch.h')
-rw-r--r--Source/cmVariableWatch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmVariableWatch.h b/Source/cmVariableWatch.h
index 4b01c7a..4585492 100644
--- a/Source/cmVariableWatch.h
+++ b/Source/cmVariableWatch.h
@@ -27,7 +27,8 @@
class cmVariableWatch
{
public:
- typedef void (*WatchMethod)(const std::string& variable, int access_type, void* client_data);
+ typedef void (*WatchMethod)(const std::string& variable, int access_type,
+ void* client_data);
cmVariableWatch();
~cmVariableWatch();