X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftext.h;h=03cc787bb741151bff97e264ed6998022b354694;hb=c8291177b545ec81930603a5915234a60296db51;hp=dc5710bdc2dddd6789de34d0c7ba2ee4816b0878;hpb=1aa6cd9b865e366737dcc9d2d36c4f8faed5bc4f;p=libs%2Fgltk.git diff --git a/source/text.h b/source/text.h index dc5710b..03cc787 100644 --- a/source/text.h +++ b/source/text.h @@ -7,9 +7,9 @@ namespace Msp { namespace GLtk { -class CachedPart; class Geometry; class Part; +class PartCache; class Style; /** @@ -52,8 +52,8 @@ public: unsigned coords_to_offset(unsigned, unsigned) const; Geometry coords_to_geometry(const Part &, const Geometry &, unsigned, unsigned, unsigned) const; - void build(const Part &, const Geometry &, CachedPart &) const; - void build(const Part &, const Geometry &, unsigned, CachedPart &) const; + void build(const Part &, const Geometry &, PartCache &) const; + void build(const Part &, const Geometry &, unsigned, PartCache &) const; Text &operator=(const std::string &); private: