X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ffs%2Fstat.h;fp=source%2Ffs%2Fstat.h;h=d23a8e82ef6376c520211c16e0828dd42ecd7b73;hp=00e3eb939dc5000b5d99299a40d8b4bd0e745a3a;hb=99b9121e2158603372c7313400283b622e6754d8;hpb=30ce69b5cb05712c3a4903b0f397912119c4f1f9 diff --git a/source/fs/stat.h b/source/fs/stat.h index 00e3eb9..d23a8e8 100644 --- a/source/fs/stat.h +++ b/source/fs/stat.h @@ -42,7 +42,7 @@ private: Private *priv = 0; public: - Stat() { } + Stat() = default; Stat(const Stat &); Stat &operator=(const Stat &); ~Stat();