diff options
Diffstat (limited to 'Source/cmVTKWrapTclCommand.h')
-rw-r--r-- | Source/cmVTKWrapTclCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVTKWrapTclCommand.h b/Source/cmVTKWrapTclCommand.h index 85c442a..4fa061e 100644 --- a/Source/cmVTKWrapTclCommand.h +++ b/Source/cmVTKWrapTclCommand.h @@ -79,7 +79,7 @@ public: "Create Tcl 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; |