X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilders%2Ffont.h;h=f46a287092f811a8a6c2b89a73b1aee0eaf97af4;hb=3bc34893905a2df622894aadcb6669f27f186772;hp=af65da8af9ae15d160482397fccdac70d8429d5d;hpb=f19366d32cc29287a2730cfba90893e407754081;p=libs%2Fgl.git diff --git a/source/builders/font.h b/source/builders/font.h index af65da8a..f46a2870 100644 --- a/source/builders/font.h +++ b/source/builders/font.h @@ -21,11 +21,9 @@ public: class Loader: public DataFile::CollectionObjectLoader { public: - Loader(Font &f): Loader(f, 0) { } - Loader(Font &f, Collection &c): Loader(f, &c) { } - private: - Loader(Font &, Collection *); + Loader(Font &, Collection &); + private: void glyph(unsigned); void kerning(unsigned, unsigned, float); void ligature(unsigned, unsigned, unsigned);