]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menu.h
Added WXDLLEXPORT's to the class definitions
[wxWidgets.git] / include / wx / msw / menu.h
index 3e6aad81d7934125790a66469852d85d02c5ce86..4157007090586ad80b00579b6d98ecaa5cdb7114 100644 (file)
 #include "wx/defs.h"
 #include "wx/event.h"
 #include "wx/dynarray.h"
+#include "wx/string.h"
+
+#if wxUSE_ACCEL
+#include "wx/accel.h"
+#endif // wxUSE_ACCEL
 
 class WXDLLEXPORT wxMenuItem;
 class WXDLLEXPORT wxMenuBar;
@@ -276,14 +281,14 @@ public:
         // get the menu handle
     WXHMENU GetHMenu() const { return m_hMenu; }
 
-protected:
-    // common part of all ctors
-    void Init();
-
     // if the menubar is modified, the display is not updated automatically,
     // call this function to update it (m_menuBarFrame should be !NULL)
     void Refresh();
 
+protected:
+    // common part of all ctors
+    void Init();
+
     wxEvtHandler *m_eventHandler;
     int           m_menuCount;
     wxMenu      **m_menus;