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