]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timedelta.h
Mark constructors and destructors as default where appropriate
[libs/core.git] / source / time / timedelta.h
index 332683533cad5e3fea5e076360bb50fb2fa1714c..a3e62f161c33684f13b90444e23b40fda02567f4 100644 (file)
@@ -19,7 +19,7 @@ private:
 
 public:
        /** Constructs a zero TimeDelta. */
-       TimeDelta() { }
+       TimeDelta() = default;
 
        /** Constructs a TimeDelta from a plain number.  The purpose of this is to
        allow serialization together with the raw() function. */