X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4161a2a08e622ba55f66610e26892f5fda37e6f..be794d6236be4cbab0edb7acd96d867779fadf29:/src/common/wincmn.cpp diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index 57b4fe1959..90a8b02e9d 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -2667,10 +2667,11 @@ bool wxWindowBase::TryParent(wxEvent& event) // ---------------------------------------------------------------------------- // Navigates in the specified direction inside this window -bool wxWindowBase::DoNavigateIn(int WXUNUSED(flags)) +bool wxWindowBase::DoNavigateIn(int flags) { #ifdef wxHAS_NATIVE_TAB_TRAVERSAL // native code doesn't process our wxNavigationKeyEvents anyhow + wxUnusedVar(flags); return false; #else // !wxHAS_NATIVE_TAB_TRAVERSAL wxNavigationKeyEvent eventNav;