X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fstat_private.h;h=a6da47351cfcd497ee2136aaae17fdfb881353b6;hb=99b9121e2158603372c7313400283b622e6754d8;hp=7b20638d36ed5b5a1e75d2f14ce9fb102dfc44c0;hpb=1a563cfd722a5571428562259790b4948980dd4f;p=libs%2Fcore.git diff --git a/source/fs/stat_private.h b/source/fs/stat_private.h index 7b20638..a6da473 100644 --- a/source/fs/stat_private.h +++ b/source/fs/stat_private.h @@ -8,10 +8,10 @@ namespace FS { struct Stat::Private { - UserID owner_id; - GroupID group_id; + UserID owner_id = INVALID_UID; + GroupID group_id = INVALID_GID; - Private(); + Private() = default; Private(const Private &); ~Private();