summaryrefslogtreecommitdiffstats
path: root/Source/cmEndWhileCommand.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-03-02 16:50:54 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-03-02 16:50:54 (GMT)
commit5012787c3c63523115f2f5254644d320ad27beba (patch)
tree0ed0cb15f13a4107fa7d0dbe498d6064c2764bf9 /Source/cmEndWhileCommand.h
parent8c1f041239a07e9ca395b64f36c3c90b0ca5f75d (diff)
parent944b90be60ab7888a76d76acbb0200f511db3d60 (diff)
downloadCMake-5012787c3c63523115f2f5254644d320ad27beba.zip
CMake-5012787c3c63523115f2f5254644d320ad27beba.tar.gz
CMake-5012787c3c63523115f2f5254644d320ad27beba.tar.bz2
Merge topic 'while-testing'
944b90b add testcases for while()/endwhile() errors f605b92 improve error message on a stray "endwhile()"
Diffstat (limited to 'Source/cmEndWhileCommand.h')
-rw-r--r--Source/cmEndWhileCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEndWhileCommand.h b/Source/cmEndWhileCommand.h
index 98072d5..635ad5a 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);
/**