sets variable now

This commit is contained in:
Ken Martin 2003-12-29 16:35:32 -05:00
parent d0bc3b9acd
commit 362ce0c32d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public:
* This is called when the command is first encountered in * This is called when the command is first encountered in
* the CMakeLists.txt file. * the CMakeLists.txt file.
*/ */
virtual bool InitialPass(std::vector<std::string> const&) {return true;} virtual bool InitialPass(std::vector<std::string> const&);
/** /**
* This is called at the end after all the information * This is called at the end after all the information