diff options
Diffstat (limited to 'Source/cmVTKWrapTclCommand.h')
-rw-r--r-- | Source/cmVTKWrapTclCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmVTKWrapTclCommand.h b/Source/cmVTKWrapTclCommand.h index 06d497d..610fee1 100644 --- a/Source/cmVTKWrapTclCommand.h +++ b/Source/cmVTKWrapTclCommand.h @@ -30,6 +30,8 @@ class cmVTKWrapTclCommand : public cmCommand { public: + cmTypeMacro(cmVTKWrapTclCommand, cmCommand); + /** * This is a virtual constructor for the command. */ |