X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbutton.h;h=ea96a7d01b69518d47d5bcb406406f1f653e186e;hb=1a6d9006d0a85d8b8266266a4fc5e135f07448ae;hp=55cb2b0a28af82c7e930ee4603f166cf06a84850;hpb=1fde94c15fc65e85f5931a9daf74dd8806e682e0;p=libs%2Fgltk.git diff --git a/source/button.h b/source/button.h index 55cb2b0..ea96a7d 100644 --- a/source/button.h +++ b/source/button.h @@ -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