diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-16 14:05:22 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-16 14:05:22 -0400 |
commit | 4c658a5bc5c5e763df54a9a23f41d2cc71345345 (patch) | |
tree | cf493f504549c28fac5deb7cb93d259dd9c41095 /Source/cmQTWrapCPPCommand.h | |
parent | bb6203f9708fc107f73d5dbaa1ff014cb6eb13dd (diff) | |
download | cmake-4c658a5bc5c5e763df54a9a23f41d2cc71345345.tar.gz |
ENH: Add classname to commands
Diffstat (limited to 'Source/cmQTWrapCPPCommand.h')
-rw-r--r-- | Source/cmQTWrapCPPCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h index fd2e88c39e..8b6f9df2d6 100644 --- a/Source/cmQTWrapCPPCommand.h +++ b/Source/cmQTWrapCPPCommand.h @@ -29,6 +29,8 @@ class cmQTWrapCPPCommand : public cmCommand { public: + cmTypeMacro(cmQTWrapCPPCommand, cmCommand); + /** * This is a virtual constructor for the command. */ |