diff options
Diffstat (limited to 'xfa/fwl/cfwl_themebackground.h')
-rw-r--r-- | xfa/fwl/cfwl_themebackground.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xfa/fwl/cfwl_themebackground.h b/xfa/fwl/cfwl_themebackground.h index f23f26e229..0141754c1e 100644 --- a/xfa/fwl/cfwl_themebackground.h +++ b/xfa/fwl/cfwl_themebackground.h @@ -11,16 +11,16 @@ #include "xfa/fwl/cfwl_themepart.h" class CFX_DIBitmpa; -class CFX_Graphics; -class CFX_Path; +class CXFA_Graphics; +class CXFA_Path; class CFWL_ThemeBackground : public CFWL_ThemePart { public: CFWL_ThemeBackground(); ~CFWL_ThemeBackground(); - CFX_Graphics* m_pGraphics; - CFX_Path* m_pPath; + CXFA_Graphics* m_pGraphics; + CXFA_Path* m_pPath; CFX_RetainPtr<CFX_DIBitmap> m_pImage; }; |