X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftable.h;h=072714416fa6880132bdcb6ee7207d035b9c6eb2;hb=eb6eee5fabf05abca4a0434c2a8f8f62c900afec;hp=ab1654c419979adba16fe21d72a08ed04e1d8a03;hpb=91997dd3189b93a67179822ec2fed5f2a7bddb74;p=libs%2Fgltk.git diff --git a/source/table.h b/source/table.h index ab1654c..0727144 100644 --- a/source/table.h +++ b/source/table.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_TABLE_H_ #define MSP_GLTK_TABLE_H_ @@ -48,7 +41,7 @@ public: private: virtual const char *get_class() const { return "table"; } - virtual void render_special(const Part &) const; + virtual void rebuild_special(const Part &, CachedPart &); virtual void on_style_change(); };