]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/indicator.h
Add a missing colon to button.h
[libs/gltk.git] / source / indicator.h
index dd8a26e52ac06fa459370bf75331726fa1936316..69e488f0656f8a19551da96cfb3c8781bbfa1a00 100644 (file)
@@ -22,7 +22,7 @@ public:
        Indicator(const Resources &);
        void set_active(bool);
 private:
-       const char *get_class() const { return "indicator"; }
+       virtual const char *get_class() const { return "indicator"; }
 };
 
 } // namespace GLtk