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