compilation fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c5dd5a3dac
commit
41f4eb8534
@ -879,7 +879,7 @@ void wxPostScriptDC::DoDrawBitmap( const wxBitmap& bitmap, wxCoord x, wxCoord y,
|
||||
//rows
|
||||
for (int j = 0; j < h; j++)
|
||||
{
|
||||
char* bufferindex = buffer;
|
||||
char* bufferindex = buffer.data();
|
||||
|
||||
//cols
|
||||
for (int i = 0; i < w*3; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user