X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Ftimestamp.h;fp=source%2Ftime%2Ftimestamp.h;h=2a5c4e1b73bb85df7b9dc9bd824cdbdf46bc8632;hp=d16bb06498c957e18ee34fe12ae2e7bdad149033;hb=99b9121e2158603372c7313400283b622e6754d8;hpb=30ce69b5cb05712c3a4903b0f397912119c4f1f9 diff --git a/source/time/timestamp.h b/source/time/timestamp.h index d16bb06..2a5c4e1 100644 --- a/source/time/timestamp.h +++ b/source/time/timestamp.h @@ -21,7 +21,7 @@ private: public: /** Construct a TimeStamp that represents an arbitarily distant point in the past. It's guaranteed to be less than any valid timestamp. */ - TimeStamp() { } + TimeStamp() = default; /** Constructs a TimeStamp from a plain number. The purpose of this is to allow serialization together with the raw() function. */