diff options
Diffstat (limited to 'Source/cmVTKWrapPythonCommand.h')
-rw-r--r-- | Source/cmVTKWrapPythonCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVTKWrapPythonCommand.h b/Source/cmVTKWrapPythonCommand.h index 281b0cb..68a417a 100644 --- a/Source/cmVTKWrapPythonCommand.h +++ b/Source/cmVTKWrapPythonCommand.h @@ -24,7 +24,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); /** * This is called at the end after all the information |