]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
BC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION
[wxWidgets.git] / include / wx / frame.h
index cc09dfbcb473bbdec0e77ee03562dbd8e2e56de2..adb10c54a0b43c4ec8ab44c5b1f40d5ad45efbb4 100644 (file)
@@ -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