X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fbutton.h;fp=source%2Fbutton.h;h=962b2e11908e0608b2ced7133274a0d0e648ec59;hp=09084f183a938defe07b07a45045cacb4ab1532a;hb=81c4024fb6acf37df702a803dc4efdf82a81525a;hpb=9f38197854e699a6093a906ab43f4238f3cd2388 diff --git a/source/button.h b/source/button.h index 09084f1..962b2e1 100644 --- a/source/button.h +++ b/source/button.h @@ -29,7 +29,7 @@ public: private: Text text; - const GL::Texture2D *icon = 0; + const GL::Texture2D *icon = nullptr; bool pressed = false; public: