]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/indicator.h
Rearrange members
[libs/gltk.git] / source / indicator.h
index ce95151665e30bd7048fa1b2808d471941470132..fdc83b415ed6f89b904bb19281d0f7d7c69c8fdc 100644 (file)
@@ -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