]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
Added files for wxNotebook and wxCocoaNSTabView
[wxWidgets.git] / src / msw / statbr95.cpp
index 058f3b6f358b361a2d76564935621166c8ec0478..3b203df0b0425507e547b35fbd3aedbde11f0d37 100644 (file)
@@ -250,7 +250,7 @@ void wxStatusBar95::DoMoveWindow(int x, int y, int width, int height)
     // omitted because for normal status bars (positioned along the bottom
     // edge) the position is already set correctly, but if the user wants to
     // position them in some exotic location, this is really needed
-    wxWindow::DoMoveWindow(x, y, width, height);
+    wxWindowMSW::DoMoveWindow(x, y, width, height);
 
     // adjust fields widths to the new size
     SetFieldsWidth();