]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utilsgui.cpp
Applied patch [ 1349607 ] [msw] Multiline notebook tab label change can add extra row
[wxWidgets.git] / src / msw / utilsgui.cpp
index 4afb88bd1e443015331d06d5705526f58eb985ef..497f40df3485deb286ef4a1b0838a6be8a1900f0 100644 (file)
@@ -257,7 +257,7 @@ void wxGetMousePosition( int* x, int* y )
     GetCursorPos( & pt );
     if ( x ) *x = pt.x;
     if ( y ) *y = pt.y;
-};
+}
 
 // Return true if we have a colour display
 bool wxColourDisplay()