Fix formatting

This commit is contained in:
Marek Roszko 2020-11-07 09:51:09 -05:00
parent df49e0bb0d
commit 2d33b23530
1 changed files with 1 additions and 1 deletions

View File

@ -1471,7 +1471,7 @@ void CAIRO_GAL::allocateBitmaps()
bitmapBuffer = new unsigned char[bufferSize * 4];
wxASSERT( wxOutput == nullptr );
wxOutput = new unsigned char[wxBufferWidth * 3 * screenSize.y];
wxOutput = new unsigned char[wxBufferWidth * 3 * screenSize.y];
}