summaryrefslogtreecommitdiffstats
path: root/Source/cmExpandedCommandArgument.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmExpandedCommandArgument.cxx')
-rw-r--r--Source/cmExpandedCommandArgument.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cmExpandedCommandArgument.cxx b/Source/cmExpandedCommandArgument.cxx
index 00848a6..43f648b 100644
--- a/Source/cmExpandedCommandArgument.cxx
+++ b/Source/cmExpandedCommandArgument.cxx
@@ -4,9 +4,7 @@
#include <utility>
-cmExpandedCommandArgument::cmExpandedCommandArgument()
-{
-}
+cmExpandedCommandArgument::cmExpandedCommandArgument() = default;
cmExpandedCommandArgument::cmExpandedCommandArgument(std::string value,
bool quoted)