]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dcclient.cpp
Don't call busy cursor when creating a message
[wxWidgets.git] / src / gtk / dcclient.cpp
index 62924c7ca705be6fe14a7366b1d10c36ee98547a..588fbb5501ddae3a84d37644a09eea86600fdc0e 100644 (file)
@@ -2262,7 +2262,7 @@ void wxClientDC::DoGetSize(int *width, int *height) const
 {
     wxCHECK_RET( m_owner, _T("GetSize() doesn't work without window") );
 
-    m_owner->GetClientSize( &width, &height );
+    m_owner->GetClientSize( width, height );
 }
 
 // ----------------------------------------------------------------------------