X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70ff36630f262ff02db2b05dae2cd60330ebd30f..c845a1975a3d6d79b19a7ec77bd8e0b8b8850751:/include/wx/frame.h diff --git a/include/wx/frame.h b/include/wx/frame.h index 8f60343fb1..adb10c54a0 100644 --- a/include/wx/frame.h +++ b/include/wx/frame.h @@ -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