]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menu.h
remove warnings of intentionally unreachable code
[wxWidgets.git] / include / wx / menu.h
index 9967d81d0d7dcd5ae3e79cf55aa5e0bdd53dc6b4..bd5e59176c06fc0af18ba6d216c62de538770182 100644 (file)
@@ -488,6 +488,8 @@ public:
     // update all menu item states in all menus
     virtual void UpdateMenus();
 
+    virtual bool CanBeOutsideClientArea() const { return true; }
+
 protected:
     // the list of all our menus
     wxMenuList m_menus;