diff --git a/src/msw/textentry.cpp b/src/msw/textentry.cpp index 4d5b2785b0..be0e6dbb45 100644 --- a/src/msw/textentry.cpp +++ b/src/msw/textentry.cpp @@ -844,6 +844,11 @@ bool wxTextEntry::DoAutoCompleteStrings(const wxArrayString& choices) return wxTextEntryBase::DoAutoCompleteStrings(choices); } +bool wxTextEntry::DoAutoCompleteCustom(wxTextCompleter *completer) +{ + return wxTextCompleter::DoAutoCompleteCustom(completer); +} + #endif // HAS_AUTOCOMPLETE/!HAS_AUTOCOMPLETE #endif // wxUSE_OLE