summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index a82f400..cdbd665 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -57,7 +57,7 @@ public:
/** Representation of one part. */
struct PartInfo
{
- PartInfo() {}
+ PartInfo() = default;
void SetName(const std::string& name) { this->Name = name; }
const std::string& GetName() const { return this->Name; }