summaryrefslogtreecommitdiffstats
path: root/Source/cmIDEOptions.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-11-22 18:39:20 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-11-29 17:39:29 (GMT)
commit83d685ee1bfb58ee53aee9e94595ff3ed4e44096 (patch)
tree58dc28a7aebae9e9c80dad4b0b6b7ae2c62bdd4a /Source/cmIDEOptions.cxx
parentf8a2926986de51ce99948cf160e882e57bf5f384 (diff)
downloadCMake-83d685ee1bfb58ee53aee9e94595ff3ed4e44096.zip
CMake-83d685ee1bfb58ee53aee9e94595ff3ed4e44096.tar.gz
CMake-83d685ee1bfb58ee53aee9e94595ff3ed4e44096.tar.bz2
clang-tidy: fix `modernize-use-equals-default` lints
Diffstat (limited to 'Source/cmIDEOptions.cxx')
-rw-r--r--Source/cmIDEOptions.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cmIDEOptions.cxx b/Source/cmIDEOptions.cxx
index c09aa46..31e3a0e 100644
--- a/Source/cmIDEOptions.cxx
+++ b/Source/cmIDEOptions.cxx
@@ -26,9 +26,7 @@ cmIDEOptions::cmIDEOptions()
}
}
-cmIDEOptions::~cmIDEOptions()
-{
-}
+cmIDEOptions::~cmIDEOptions() = default;
void cmIDEOptions::HandleFlag(std::string const& flag)
{