diff options
Diffstat (limited to 'Source/cmMacroCommand.cxx')
-rw-r--r-- | Source/cmMacroCommand.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMacroCommand.cxx b/Source/cmMacroCommand.cxx index 411c0c3..1b94ab3 100644 --- a/Source/cmMacroCommand.cxx +++ b/Source/cmMacroCommand.cxx @@ -17,10 +17,10 @@ class cmMacroHelperCommand : public cmCommand { public: - cmMacroHelperCommand() {} + cmMacroHelperCommand() = default; ///! clean up any memory allocated by the macro - ~cmMacroHelperCommand() override {} + ~cmMacroHelperCommand() override = default; /** * This is a virtual constructor for the command. |