X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbuilders%2Ffont.h;h=18c225c13a3dd0399f6f767b3f168a5588d76daa;hp=9f040dc99d0e45cc5ffdec41153dfc71e5149778;hb=3ac3a51c623271da815c8ee60c484445871753bf;hpb=885b8ad08cfcefba4b95ec9028fa1e25df2fe171 diff --git a/source/builders/font.h b/source/builders/font.h index 9f040dc9..18c225c1 100644 --- a/source/builders/font.h +++ b/source/builders/font.h @@ -60,7 +60,7 @@ private: typedef std::map KerningMap; typedef std::map LigatureMap; - RefPtr texture; + const Texture2D *texture; float native_size; float ascent; float descent;