diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index cd7a815a6e..341409530e 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -746,7 +746,7 @@ protected: // Override wxEvtHandler method to check for a common problem of binding // wxEVT_TEXT_ENTER to a control without wxTE_PROCESS_ENTER style, which is // never going to work. - virtual bool OnDynamicBind(wxDynamicEventTableEntry& entry); + virtual bool OnDynamicBind(wxDynamicEventTableEntry& entry) wxOVERRIDE; // override streambuf method #if wxHAS_TEXT_WINDOW_STREAM