X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvslider.h;h=854b075d76e3e3218cbe50daa6d1e4f69a1750e9;hb=319cde3c06181ba1c3619567525002926d8b4889;hp=6590c2155cfd042004f27d8a34973cb2c69bdb4f;hpb=43ac7c4514658754d09552463425bcd344fb9ded;p=libs%2Fgltk.git diff --git a/source/vslider.h b/source/vslider.h index 6590c21..854b075 100644 --- a/source/vslider.h +++ b/source/vslider.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007, 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_VSLIDER_H_ #define MSP_GLTK_VSLIDER_H_ @@ -26,7 +19,7 @@ public: virtual void autosize(); private: - virtual void render_special(const Part &) const; + virtual void rebuild_special(const Part &); public: virtual void button_press(int, int, unsigned);