summaryrefslogtreecommitdiff
path: root/vcl/inc/generic
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/generic')
-rw-r--r--vcl/inc/generic/glyphcache.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index c7c21233646b..0a352a16adfa 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -47,6 +47,7 @@ class RawBitmap;
class ServerFont;
class ServerFontLayout;
class ServerFontLayoutEngine;
+class SvpGcpHelper;
namespace basegfx { class B2DPolyPolygon; }
namespace vcl { struct FontCapabilities; }
@@ -131,10 +132,10 @@ private:
// basebmp::Format and mpData is SvpGcpHelper*
struct ExtGlyphData
{
- int meInfo;
- void* mpData;
+ basebmp::Format meInfo;
+ SvpGcpHelper* mpData;
- ExtGlyphData() : meInfo(0), mpData(NULL) {}
+ ExtGlyphData() : meInfo(basebmp::Format::NONE), mpData(NULL) {}
};
class GlyphData