diff options
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r-- | Source/cmIfCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 1092bbf..3a2b269 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -57,11 +57,11 @@ public: virtual ~cmIfFunctionBlocker() {} virtual bool IsFunctionBlocked(const char *name, const std::vector<std::string> &args, - const cmMakefile &mf) const; + cmMakefile &mf); virtual bool ShouldRemove(const char *name, const std::vector<std::string> &args, - const cmMakefile &mf) const; - virtual void ScopeEnded(const cmMakefile &mf) const; + cmMakefile &mf); + virtual void ScopeEnded(cmMakefile &mf); std::string m_Define; bool m_Not; |