diff options
Diffstat (limited to 'Source/cmConfigureFileCommand.h')
-rw-r--r-- | Source/cmConfigureFileCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h index f857c86..ce8fda2 100644 --- a/Source/cmConfigureFileCommand.h +++ b/Source/cmConfigureFileCommand.h @@ -22,6 +22,8 @@ class cmConfigureFileCommand : public cmCommand { public: + cmTypeMacro(cmConfigureFileCommand, cmCommand); + virtual cmCommand* Clone() { return new cmConfigureFileCommand; |