X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fstat.h;h=c32e8798162787b40b47a4ff41d9c7603689e806;hb=178c4490f6dde563d80fb2bc483b5c9e8a538ea9;hp=00e3eb939dc5000b5d99299a40d8b4bd0e745a3a;hpb=122846f0881673770d88eff7d925ecf25c01b62e;p=libs%2Fcore.git diff --git a/source/fs/stat.h b/source/fs/stat.h index 00e3eb9..c32e879 100644 --- a/source/fs/stat.h +++ b/source/fs/stat.h @@ -39,10 +39,10 @@ private: FileSize alloc_size = 0; Time::TimeStamp mtime; mutable OwnerInfo owner_info; - Private *priv = 0; + Private *priv = nullptr; public: - Stat() { } + Stat() = default; Stat(const Stat &); Stat &operator=(const Stat &); ~Stat();