X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Ftimedelta.h;fp=source%2Ftime%2Ftimedelta.h;h=a3e62f161c33684f13b90444e23b40fda02567f4;hp=332683533cad5e3fea5e076360bb50fb2fa1714c;hb=99b9121e2158603372c7313400283b622e6754d8;hpb=30ce69b5cb05712c3a4903b0f397912119c4f1f9 diff --git a/source/time/timedelta.h b/source/time/timedelta.h index 3326835..a3e62f1 100644 --- a/source/time/timedelta.h +++ b/source/time/timedelta.h @@ -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. */