summaryrefslogtreecommitdiffstats
path: root/Source/cmElseIfCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmElseIfCommand.cxx')
-rw-r--r--Source/cmElseIfCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmElseIfCommand.cxx b/Source/cmElseIfCommand.cxx
index 41b55b2..a296f01 100644
--- a/Source/cmElseIfCommand.cxx
+++ b/Source/cmElseIfCommand.cxx
@@ -16,7 +16,8 @@
=========================================================================*/
#include "cmElseIfCommand.h"
-bool cmElseIfCommand::InitialPass(std::vector<std::string> const&)
+bool cmElseIfCommand::InitialPass(std::vector<std::string> const&,
+ cmExecutionStatus &)
{
this->SetError("An ELSEIF command was found outside of a proper "
"IF ENDIF structure.");