src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h
changeset 30 5dc02b23752f
parent 29 b72c6db6890b
--- a/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h	Tue Jul 06 15:10:48 2010 +0300
@@ -62,7 +62,7 @@
 
 class QGL2PaintEngineExPrivate;
 
-class QGLTextureGlyphCache : public QObject, public QTextureGlyphCache
+class Q_OPENGL_EXPORT QGLTextureGlyphCache : public QObject, public QImageTextureGlyphCache
 {
     Q_OBJECT
 public:
@@ -72,7 +72,6 @@
     virtual void createTextureData(int width, int height);
     virtual void resizeTextureData(int width, int height);
     virtual void fillTexture(const Coord &c, glyph_t glyph);
-    virtual int glyphMargin() const;
     virtual int glyphPadding() const;
 
     inline GLuint texture() const { return m_texture; }