X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Fgraphics%2Fimageloader.h;fp=source%2Fgraphics%2Fimageloader.h;h=ca69459f22601dcd2ee520f419b3881c279c42dc;hp=65f3c5679e2b41b66fd4d964a7a5f9a4aa2762b9;hb=507fa60f32bd3f64840a2cdd1be5d68478432b55;hpb=cea95778acfd6e172639cafd7ad249cc13ceb2a6 diff --git a/source/graphics/imageloader.h b/source/graphics/imageloader.h index 65f3c56..ca69459 100644 --- a/source/graphics/imageloader.h +++ b/source/graphics/imageloader.h @@ -60,7 +60,7 @@ protected: }; private: - IO::Base *source = 0; + IO::Base *source = nullptr; State state = INITIAL; protected: