]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/frame.cpp
make access specifiers for the virtual functions match their access in the base class...
[wxWidgets.git] / src / mac / carbon / frame.cpp
index 12853edfa48683492d2c2e78c584a9df6866887f..399749a1b3e312ee2c8f6357ff0bd7c4d734481a 100644 (file)
@@ -382,5 +382,16 @@ void wxFrame::PositionToolBar()
         }
     }
 }
+
+void wxFrame::PositionBars()
+{
+#if wxUSE_STATUSBAR
+    PositionStatusBar();
+#endif
+#if wxUSE_TOOLBAR
+    PositionToolBar();
+#endif
+}
+
 #endif