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