]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/stat.h
Use nullptr instead of 0 for pointers
[libs/core.git] / source / fs / stat.h
index d23a8e82ef6376c520211c16e0828dd42ecd7b73..c32e8798162787b40b47a4ff41d9c7603689e806 100644 (file)
@@ -39,7 +39,7 @@ private:
        FileSize alloc_size = 0;
        Time::TimeStamp mtime;
        mutable OwnerInfo owner_info;
-       Private *priv = 0;
+       Private *priv = nullptr;
 
 public:
        Stat() = default;