]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/imageloader.h
Use nullptr in place of 0 or NULL
[libs/gui.git] / source / graphics / imageloader.h
index 65f3c5679e2b41b66fd4d964a7a5f9a4aa2762b9..ca69459f22601dcd2ee520f419b3881c279c42dc 100644 (file)
@@ -60,7 +60,7 @@ protected:
        };
 
 private:
-       IO::Base *source = 0;
+       IO::Base *source = nullptr;
        State state = INITIAL;
 
 protected: