summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmIfCommand.cxx')
-rw-r--r--Source/cmIfCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx
index 908d50b..ab98d41 100644
--- a/Source/cmIfCommand.cxx
+++ b/Source/cmIfCommand.cxx
@@ -77,7 +77,7 @@ ScopeEnded(const cmMakefile &mf) const
m_Define.c_str());
}
-bool cmIfCommand::Invoke(std::vector<std::string>& args)
+bool cmIfCommand::InitialPass(std::vector<std::string>& args)
{
if(args.size() < 1 )
{