diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index a82f40095f..cdbd665bbb 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; } |