-Werror,-Wreorder

Change-Id: I27eb5c497985267dd00b5be2fb3c17f8d79745cf
This commit is contained in:
Stephan Bergmann
2015-11-26 09:14:12 +01:00
parent 6adbf1322b
commit 6694e10a23

View File

@@ -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)
{
}