mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 09:09:43 -05:00
ENH: rename Invoke to InitialPass
This commit is contained in:
@@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include "cmVTKWrapPythonCommand.h"
|
||||
|
||||
// cmVTKWrapPythonCommand
|
||||
bool cmVTKWrapPythonCommand::Invoke(std::vector<std::string>& args)
|
||||
bool cmVTKWrapPythonCommand::InitialPass(std::vector<std::string>& args)
|
||||
{
|
||||
if(args.size() < 3 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user