ENH: rename Invoke to InitialPass

This commit is contained in:
Bill Hoffman
2001-06-06 13:19:15 -04:00
parent 72e8b44793
commit 9922155423
107 changed files with 110 additions and 110 deletions

View File

@@ -65,7 +65,7 @@ public:
* This is called when the command is first encountered in
* the CMakeLists.txt file.
*/
virtual bool Invoke(std::vector<std::string>& args);
virtual bool InitialPass(std::vector<std::string>& args);
/**
* The name of the command as specified in CMakeList.txt.