diff options
Diffstat (limited to 'Source/cmExecutionStatus.h')
-rw-r--r-- | Source/cmExecutionStatus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExecutionStatus.h b/Source/cmExecutionStatus.h index 19462313d5..f9189f7b40 100644 --- a/Source/cmExecutionStatus.h +++ b/Source/cmExecutionStatus.h @@ -11,7 +11,7 @@ class cmExecutionStatus { public: - cmExecutionStatus() {} + cmExecutionStatus() = default; void Clear() { |