diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-03-01 18:32:38 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-03-01 20:20:48 (GMT) |
commit | f605b92dec414311936ff62afb0ab7847f08974e (patch) | |
tree | f86f38454378948fda2e44d4e44f6efda816fc72 /Source/cmEndWhileCommand.h | |
parent | 3d8028841d6a257d0bd33b71518ae8800a716ffb (diff) | |
download | CMake-f605b92dec414311936ff62afb0ab7847f08974e.zip CMake-f605b92dec414311936ff62afb0ab7847f08974e.tar.gz CMake-f605b92dec414311936ff62afb0ab7847f08974e.tar.bz2 |
improve error message on a stray "endwhile()"
Diffstat (limited to 'Source/cmEndWhileCommand.h')
-rw-r--r-- | Source/cmEndWhileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEndWhileCommand.h b/Source/cmEndWhileCommand.h index 8e0b488..61ac7e4 100644 --- a/Source/cmEndWhileCommand.h +++ b/Source/cmEndWhileCommand.h @@ -34,7 +34,7 @@ public: * Override cmCommand::InvokeInitialPass to get arguments before * expansion. */ - virtual bool InvokeInitialPass(std::vector<cmListFileArgument> const&, + virtual bool InvokeInitialPass(std::vector<cmListFileArgument> const& args, cmExecutionStatus &status); /** |