X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fentry.h;h=edea4c3a2a1b4ad8b04e32520fc84ace645dc04a;hb=c8291177b545ec81930603a5915234a60296db51;hp=0bba6f0fbe0e26cd74018b81610d4a4a12b27aec;hpb=df07e8f3e239b146cbc458d3cbd69758e590d255;p=libs%2Fgltk.git diff --git a/source/entry.h b/source/entry.h index 0bba6f0..edea4c3 100644 --- a/source/entry.h +++ b/source/entry.h @@ -54,7 +54,7 @@ public: bool is_multiline() const { return multiline; } private: - virtual void rebuild_special(const Part &, CachedPart &); + virtual void rebuild_special(const Part &); virtual void render_special(const Part &, GL::Renderer &) const; public: