diff options
Diffstat (limited to 'core/fxge/dib/cfx_imagerenderer.h')
-rw-r--r-- | core/fxge/dib/cfx_imagerenderer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fxge/dib/cfx_imagerenderer.h b/core/fxge/dib/cfx_imagerenderer.h index 905ff8c25d..5232933f49 100644 --- a/core/fxge/dib/cfx_imagerenderer.h +++ b/core/fxge/dib/cfx_imagerenderer.h @@ -36,8 +36,8 @@ class CFX_ImageRenderer { bool Continue(PauseIndicatorIface* pPause); private: - const RetainPtr<CFX_DIBitmap> m_pDevice; - const UnownedPtr<const CFX_ClipRgn> m_pClipRgn; + RetainPtr<CFX_DIBitmap> const m_pDevice; + UnownedPtr<const CFX_ClipRgn> const m_pClipRgn; const CFX_Matrix m_Matrix; const int m_BitmapAlpha; const int m_BlendType; |