]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/tabmdi.h
avoid truncating the colour channels values, this results in warnings when using...
[wxWidgets.git] / include / wx / aui / tabmdi.h
index ac4af06e7092e11e5bd1fc2cebb125512c8c4fb4..5e94dffd648f621e711847c7b85a9506d95721f1 100644 (file)
@@ -63,7 +63,7 @@ public:
     wxAuiNotebook* GetNotebook() const;
     
 #if wxUSE_MENUS
-    wxMenu* GetWindowMenu() const { return m_pWindowMenu; };
+    wxMenu* GetWindowMenu() const { return m_pWindowMenu; }
     void SetWindowMenu(wxMenu* pMenu);
 
     virtual void SetMenuBar(wxMenuBar *pMenuBar);