]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
Missed include due to wxBookCtrlSizer existence.
[wxWidgets.git] / include / wx / frame.h
index 8f60343fb105489121cd970d3c39312393d929d8..adb10c54a0b43c4ec8ab44c5b1f40d5ad45efbb4 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     15.11.99
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -157,7 +157,7 @@ public:
 
     // send wxUpdateUIEvents for all menu items in the menubar,
     // or just for menu if non-NULL
-    void DoMenuUpdates(wxMenu* menu = NULL);
+    virtual void DoMenuUpdates(wxMenu* menu = NULL);
 #endif // wxUSE_MENUS
 
     // do the UI update processing for this window