Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -586,7 +586,7 @@ struct WXDLLEXPORT wxPixelDataOut<wxBitmap>
|
|||||||
wxPixelDataIn(wxBitmap& bmp, const wxRect& rect)
|
wxPixelDataIn(wxBitmap& bmp, const wxRect& rect)
|
||||||
: m_bmp(bmp), m_pixels(bmp, *this)
|
: m_bmp(bmp), m_pixels(bmp, *this)
|
||||||
{
|
{
|
||||||
InitRect(rect.GetPositions(), rect.GetSize());
|
InitRect(rect.GetPosition(), rect.GetSize());
|
||||||
}
|
}
|
||||||
|
|
||||||
wxPixelDataIn(wxBitmap& bmp, const wxPoint& pt, const wxSize& sz)
|
wxPixelDataIn(wxBitmap& bmp, const wxPoint& pt, const wxSize& sz)
|
||||||
|
Reference in New Issue
Block a user