summaryrefslogtreecommitdiff
path: root/Source/cmLinkItem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLinkItem.cxx')
-rw-r--r--Source/cmLinkItem.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cmLinkItem.cxx b/Source/cmLinkItem.cxx
index b035c8c713..9b03ad011e 100644
--- a/Source/cmLinkItem.cxx
+++ b/Source/cmLinkItem.cxx
@@ -6,9 +6,7 @@
#include <utility> // IWYU pragma: keep
-cmLinkItem::cmLinkItem()
-{
-}
+cmLinkItem::cmLinkItem() = default;
cmLinkItem::cmLinkItem(std::string n, cmListFileBacktrace bt)
: String(std::move(n))