summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-26 09:14:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 08:44:41 +0100
commit6694e10a230d871a78f27b035d3a7a856cf622dd (patch)
tree41c1be27ae5bb8872f3db7e4e636440c691b9e58
parent-Werror,-Wreorder (diff)
downloadcore-6694e10a230d871a78f27b035d3a7a856cf622dd.tar.gz
core-6694e10a230d871a78f27b035d3a7a856cf622dd.zip
-Werror,-Wreorder
Change-Id: I27eb5c497985267dd00b5be2fb3c17f8d79745cf
-rw-r--r--canvas/source/directx/dx_surfacebitmap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_surfacebitmap.cxx b/canvas/source/directx/dx_surfacebitmap.cxx
index d69a4ea02bad..13ce06f1cc67 100644
--- a/canvas/source/directx/dx_surfacebitmap.cxx
+++ b/canvas/source/directx/dx_surfacebitmap.cxx
@@ -47,8 +47,8 @@ namespace dxcanvas
public:
DXColorBuffer( const COMReference<surface_type>& rSurface,
const ::basegfx::B2IVector& rSize ) :
- mpSurface(rSurface),
maSize(rSize),
+ mpSurface(rSurface),
mbAlpha(false)
{
}
@@ -113,8 +113,8 @@ namespace dxcanvas
GDIColorBuffer( const BitmapSharedPtr& rSurface,
const ::basegfx::B2IVector& rSize ) :
- mpGDIPlusBitmap(rSurface),
maSize(rSize),
+ mpGDIPlusBitmap(rSurface),
mbAlpha(true)
{
}