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