-Werror,-Wreorder
Change-Id: I27eb5c497985267dd00b5be2fb3c17f8d79745cf
This commit is contained in:
parent
6adbf1322b
commit
6694e10a23
@ -47,8 +47,8 @@ namespace dxcanvas
|
|||||||
public:
|
public:
|
||||||
DXColorBuffer( const COMReference<surface_type>& rSurface,
|
DXColorBuffer( const COMReference<surface_type>& rSurface,
|
||||||
const ::basegfx::B2IVector& rSize ) :
|
const ::basegfx::B2IVector& rSize ) :
|
||||||
mpSurface(rSurface),
|
|
||||||
maSize(rSize),
|
maSize(rSize),
|
||||||
|
mpSurface(rSurface),
|
||||||
mbAlpha(false)
|
mbAlpha(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
@ -113,8 +113,8 @@ namespace dxcanvas
|
|||||||
|
|
||||||
GDIColorBuffer( const BitmapSharedPtr& rSurface,
|
GDIColorBuffer( const BitmapSharedPtr& rSurface,
|
||||||
const ::basegfx::B2IVector& rSize ) :
|
const ::basegfx::B2IVector& rSize ) :
|
||||||
mpGDIPlusBitmap(rSurface),
|
|
||||||
maSize(rSize),
|
maSize(rSize),
|
||||||
|
mpGDIPlusBitmap(rSurface),
|
||||||
mbAlpha(true)
|
mbAlpha(true)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user