X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbuilders%2Ffont.h;h=2bb61f750783aa6e179ea7a21c7989dee883ff21;hp=9f040dc99d0e45cc5ffdec41153dfc71e5149778;hb=5bb193f930fb8738d099d630c4d625d82c1215b5;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266 diff --git a/source/builders/font.h b/source/builders/font.h index 9f040dc9..2bb61f75 100644 --- a/source/builders/font.h +++ b/source/builders/font.h @@ -5,7 +5,6 @@ #include #include #include -#include "vertexarray.h" namespace Msp { namespace GL { @@ -60,7 +59,7 @@ private: typedef std::map KerningMap; typedef std::map LigatureMap; - RefPtr texture; + const Texture2D *texture; float native_size; float ascent; float descent;