]> git.tdb.fi Git - libs/gl.git/blobdiff - source/builders/font.h
Add inline data items to the collection
[libs/gl.git] / source / builders / font.h
index 9f040dc99d0e45cc5ffdec41153dfc71e5149778..18c225c13a3dd0399f6f767b3f168a5588d76daa 100644 (file)
@@ -60,7 +60,7 @@ private:
        typedef std::map<CodePair, float> KerningMap;
        typedef std::map<CodePair, unsigned> LigatureMap;
 
        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;
        float native_size;
        float ascent;
        float descent;