X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Findicator.h;h=ce95151665e30bd7048fa1b2808d471941470132;hb=91997dd;hp=69e488f0656f8a19551da96cfb3c8781bbfa1a00;hpb=deb15ee122f963ca41121e8358d5845401ac43ca;p=libs%2Fgltk.git diff --git a/source/indicator.h b/source/indicator.h index 69e488f..ce95151 100644 --- a/source/indicator.h +++ b/source/indicator.h @@ -19,7 +19,7 @@ An Indicator visualizes a boolean state. It can be either active or inactive. class Indicator: public Widget { public: - Indicator(const Resources &); + Indicator(); void set_active(bool); private: virtual const char *get_class() const { return "indicator"; }