]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/radiobox.cpp
Open Watcom adjustement.
[wxWidgets.git] / src / os2 / radiobox.cpp
index fe73e0207019e2243a4761c8cfe1f128e4292867..ec7d210b61c3fbd5af7c4d907e19a75b9935031c 100644 (file)
@@ -790,7 +790,7 @@ void wxRadioBox::GetPosition(
 ) const
 {
     wxWindowOS2*                    pParent = GetParent();
-    RECT                            vRect = { -1, -1, -1, -1 };;
+    RECT                            vRect = { -1, -1, -1, -1 };
     POINTL                          vPoint;
     int                             i;