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 8e58b24..b9f4e69 100644 --- a/Source/cmVTKWrapPythonCommand.h +++ b/Source/cmVTKWrapPythonCommand.h @@ -77,7 +77,7 @@ public: "Create Python wrappers for VTK classes."; } - /** This command is only kept for compatibility with older CMake versions. */ + /** This command is kept for compatibility with older CMake versions. */ virtual bool IsDiscouraged() { return true; |