summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_themebackground.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfwl_themebackground.h')
-rw-r--r--xfa/fwl/cfwl_themebackground.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fwl/cfwl_themebackground.h b/xfa/fwl/cfwl_themebackground.h
index 65c29ebd7a..81fa0a2212 100644
--- a/xfa/fwl/cfwl_themebackground.h
+++ b/xfa/fwl/cfwl_themebackground.h
@@ -12,7 +12,7 @@
class CFX_DIBitmpa;
class CXFA_Graphics;
-class CXFA_Path;
+class CXFA_GEPath;
class CFWL_ThemeBackground : public CFWL_ThemePart {
public:
@@ -20,7 +20,7 @@ class CFWL_ThemeBackground : public CFWL_ThemePart {
~CFWL_ThemeBackground();
CXFA_Graphics* m_pGraphics;
- CXFA_Path* m_pPath;
+ CXFA_GEPath* m_pPath;
RetainPtr<CFX_DIBitmap> m_pImage;
};