X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbuilders%2Ffont.h;fp=source%2Fbuilders%2Ffont.h;h=f46a287092f811a8a6c2b89a73b1aee0eaf97af4;hp=af65da8af9ae15d160482397fccdac70d8429d5d;hb=ae45c0397e2cb8f0a01f2f31d01c95ff3870271e;hpb=23d4100160bfa33359ce297b6b36244abcaa5f82 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);