summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r--Source/cmIfCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h
index 914ae56..d9813be 100644
--- a/Source/cmIfCommand.h
+++ b/Source/cmIfCommand.h
@@ -36,8 +36,8 @@ public:
cmMakefile &mf);
virtual void ScopeEnded(cmMakefile &mf);
- std::vector<cmListFileArgument> m_Args;
- bool m_IsBlocking;
+ std::vector<cmListFileArgument> Args;
+ bool IsBlocking;
};
/** \class cmIfCommand