]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/button.h
Enable loading of entry widgets from datafiles
[libs/gltk.git] / source / button.h
index 55cb2b0a28af82c7e930ee4603f166cf06a84850..ea96a7d01b69518d47d5bcb406406f1f653e186e 100644 (file)
@@ -43,7 +43,7 @@ public:
        virtual void pointer_leave();
 private:
        virtual const char *get_class() const { return "button"; }
-       virtual void render_part(const Part &) const;
+       virtual void render_special(const Part &) const;
 };
 
 } // namespace GLtk