X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83624f79609f0d5e240c1f7d77d044bfff9702fc..329e86bfdedacf2736fa77eea1ae171c3c732355:/src/gtk1/dcmemory.cpp?ds=inline diff --git a/src/gtk1/dcmemory.cpp b/src/gtk1/dcmemory.cpp index 139438b215..6e6365b3ea 100644 --- a/src/gtk1/dcmemory.cpp +++ b/src/gtk1/dcmemory.cpp @@ -66,7 +66,7 @@ void wxMemoryDC::SelectObject( const wxBitmap& bitmap ) } } -void wxMemoryDC::GetSize( int *width, int *height ) const +void wxMemoryDC::DoGetSize( int *width, int *height ) const { if (m_selected.Ok()) {