]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/menu.cpp
corrected typo in check for icc
[wxWidgets.git] / src / palmos / menu.cpp
index de25c0492b4979c2ee8b8ae30733b5d227e3dce2..674e78e236929e57b6fa94b3e0144a75e195525d 100644 (file)
 // headers
 // ---------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "menu.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
     #include "wx/ownerdrw.h"
 #endif
 
+#include <Loader.h>
+#include <Form.h>
+#include <Menu.h>
+
 // ----------------------------------------------------------------------------
 // global variables
 // ----------------------------------------------------------------------------
@@ -332,7 +332,7 @@ wxMenuBar::wxMenuBar( long WXUNUSED(style) )
 {
 }
 
-wxMenuBar::wxMenuBar(int count, wxMenu *menus[], const wxString titles[])
+wxMenuBar::wxMenuBar(size_t count, wxMenu *menus[], const wxString titles[], long WXUNUSED(style))
 {
 }