summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/outdev.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 6c405788b85d..c8b4fbd234b2 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -65,7 +65,7 @@ struct SystemFontData;
struct SystemTextLayoutData;
class ImplFontCache;
class PhysicalFontCollection;
-class ImplGetDevFontList;
+class ImplDeviceFontList;
class ImplGetDevSizeList;
class ImplMultiTextLineInfo;
class SalGraphics;
@@ -361,7 +361,7 @@ private:
mutable ImplFontEntry* mpFontEntry;
mutable ImplFontCache* mpFontCache;
mutable PhysicalFontCollection* mpFontCollection;
- mutable ImplGetDevFontList* mpGetDevFontList;
+ mutable ImplDeviceFontList* mpDeviceFontList;
mutable ImplGetDevSizeList* mpGetDevSizeList;
OutDevStateStack* mpOutDevStateStack;
ImplOutDevData* mpOutDevData;