X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fwidget.h;fp=source%2Fwidget.h;h=14d15fc7a5678a33fed2062b81d530719e62cabc;hp=9b86691e48343344b723af0ad2d90726d82ff6b6;hb=81c4024fb6acf37df702a803dc4efdf82a81525a;hpb=9f38197854e699a6093a906ab43f4238f3cd2388 diff --git a/source/widget.h b/source/widget.h index 9b86691..14d15fc 100644 --- a/source/widget.h +++ b/source/widget.h @@ -47,11 +47,11 @@ public: protected: Geometry geom; std::string style_name; - const Style *style = 0; + const Style *style = nullptr; State state = NORMAL; bool visible = true; InputType input_type = INPUT_NONE; - Container *parent = 0; + Container *parent = nullptr; std::string tooltip; PartCache part_cache; bool rebuild_needed = false;