]> git.tdb.fi Git - libs/gl.git/blobdiff - source/builders/font.h
Some more cleanup of includes and forward declarations
[libs/gl.git] / source / builders / font.h
index 9f040dc99d0e45cc5ffdec41153dfc71e5149778..2bb61f750783aa6e179ea7a21c7989dee883ff21 100644 (file)
@@ -5,7 +5,6 @@
 #include <string>
 #include <msp/datafile/objectloader.h>
 #include <msp/stringcodec/utf8.h>
-#include "vertexarray.h"
 
 namespace Msp {
 namespace GL {
@@ -60,7 +59,7 @@ private:
        typedef std::map<CodePair, float> KerningMap;
        typedef std::map<CodePair, unsigned> LigatureMap;
 
-       RefPtr<const Texture2D> texture;
+       const Texture2D *texture;
        float native_size;
        float ascent;
        float descent;