]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/indicator.h
Store the Resources reference only in Root widget
[libs/gltk.git] / source / indicator.h
index 69e488f0656f8a19551da96cfb3c8781bbfa1a00..ce95151665e30bd7048fa1b2808d471941470132 100644 (file)
@@ -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"; }