X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Findicator.h;h=fdc83b415ed6f89b904bb19281d0f7d7c69c8fdc;hb=2bdaf4955fdb94e73704adcdcf0adc2b353f0ff0;hp=ce95151665e30bd7048fa1b2808d471941470132;hpb=1c5148b7b63e1ba84073355702972caf6fe83b7e;p=libs%2Fgltk.git diff --git a/source/indicator.h b/source/indicator.h index ce95151..fdc83b4 100644 --- a/source/indicator.h +++ b/source/indicator.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2007, 2010-2011 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -20,9 +20,10 @@ class Indicator: public Widget { public: Indicator(); - void set_active(bool); -private: + virtual const char *get_class() const { return "indicator"; } + + void set_active(bool); }; } // namespace GLtk