summaryrefslogtreecommitdiffstats
path: root/Source/cmTimestamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTimestamp.h')
-rw-r--r--Source/cmTimestamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTimestamp.h b/Source/cmTimestamp.h
index 2f75acb..6b6c4eb 100644
--- a/Source/cmTimestamp.h
+++ b/Source/cmTimestamp.h
@@ -15,7 +15,7 @@
class cmTimestamp
{
public:
- cmTimestamp() {}
+ cmTimestamp() = default;
std::string CurrentTime(const std::string& formatString, bool utcFlag);