-Werror,-Wreorder
Change-Id: I27eb5c497985267dd00b5be2fb3c17f8d79745cf
This commit is contained in:
parent
6adbf1322b
commit
6694e10a23
@ -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)
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user