X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftext.h;h=c49b167a844945d3a55cab385e9bbb5fa7c2f502;hb=8d09cdc5e642af9a2e1210ce708790c5b41cb585;hp=f688d4936d90d6354a56d07bac9163da74b52ccb;hpb=b61361ee9f1f049fb3c22a38f68c757c7ca54cd0;p=libs%2Fgltk.git diff --git a/source/text.h b/source/text.h index f688d49..c49b167 100644 --- a/source/text.h +++ b/source/text.h @@ -61,8 +61,8 @@ public: private: void find_lines(); - template - void process_lines(const Part &, const Geometry &, unsigned, T &) const; + template + void process_lines(const Part &, const Geometry &, unsigned, void (Text::*)(unsigned, const Geometry &, T &) const, T &) const; void build_line(unsigned, const Geometry &, RenderData &) const; void coords_to_geom_line(unsigned, const Geometry &, CoordsToGeomData &) const;