Fix clang -Winconsistent-missing-override in wxTextCtrl
Add missing wxOVERRIDE for OnDynamicBind().
This commit is contained in:
@@ -746,7 +746,7 @@ protected:
|
|||||||
// Override wxEvtHandler method to check for a common problem of binding
|
// Override wxEvtHandler method to check for a common problem of binding
|
||||||
// wxEVT_TEXT_ENTER to a control without wxTE_PROCESS_ENTER style, which is
|
// wxEVT_TEXT_ENTER to a control without wxTE_PROCESS_ENTER style, which is
|
||||||
// never going to work.
|
// never going to work.
|
||||||
virtual bool OnDynamicBind(wxDynamicEventTableEntry& entry);
|
virtual bool OnDynamicBind(wxDynamicEventTableEntry& entry) wxOVERRIDE;
|
||||||
|
|
||||||
// override streambuf method
|
// override streambuf method
|
||||||
#if wxHAS_TEXT_WINDOW_STREAM
|
#if wxHAS_TEXT_WINDOW_STREAM
|
||||||
|
Reference in New Issue
Block a user