]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dcmemory.cpp
Changed time of sending the wxSizeEvent and assorted things,
[wxWidgets.git] / src / gtk1 / dcmemory.cpp
index 139438b21552b35e2781b7f49b5b0ca6e0889eac..6e6365b3ea92c7c3d9e21b64566597d4d36cae9d 100644 (file)
@@ -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())
     {