]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/frame.cpp
Parameter "small" renamed. Defined in a header file
[wxWidgets.git] / src / os2 / frame.cpp
index 794d42bf4d21b1a8515c3822dee9c1086d046d27..e84c30b9d2d9434631ec78774ca62ed7d72c1fe6 100644 (file)
@@ -201,7 +201,7 @@ wxStatusBar *wxFrame::OnCreateStatusBar(int number, long style, wxWindowID id,
     dc.SetFont(statusBar->GetFont());
 
     long x, y;
-    dc.GetTextExtent("X", &x, &y, NULL, NULL, NULL, FALSE);
+    dc.GetTextExtent("X", &x, &y, NULL, NULL, NULL);
 
     int height = (int)( (y  * 1.1) + 2* statusBar->GetBorderY());