X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffont.h;h=28da58229d8bad3f7675599dc2148a6b73a21c42;hb=aa9884e69bc543682d1fe36ec5d054fdf11bcfac;hp=fcc5c9f51832df17a8c139ad346a8b7e9ea32ed1;hpb=aceaa08be594ac708efcd0b68e5d08547cbcbbe1;p=libs%2Fgl.git diff --git a/source/font.h b/source/font.h index fcc5c9f5..28da5822 100644 --- a/source/font.h +++ b/source/font.h @@ -110,7 +110,7 @@ public: { return draw_string(str, pb); } private: - void create_glyph_vertices(const Glyph &, VertexBuilder &, float) const; + void create_glyph_vertices(const Glyph &, VertexBuilder &) const; float get_glyph_advance(unsigned) const; };