]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mdi.h
Document MSW-only wxEVT_MOVING event.
[wxWidgets.git] / include / wx / mdi.h
index 6425de22536aeafd4bc9026714346494e38858cf..1f5d56e6474a3985632b7175c4bc711653fff87d 100644 (file)
@@ -81,7 +81,7 @@ public:
 #if wxUSE_MENUS
     // return the pointer to the current window menu or NULL if we don't have
     // because of wxFRAME_NO_WINDOW_MENU style
-    wxMenu* GetWindowMenu() const { return m_windowMenu; };
+    wxMenu* GetWindowMenu() const { return m_windowMenu; }
 
     // use the given menu instead of the default window menu
     //