aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/guilib/GUIKeyboardFactory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/guilib/GUIKeyboardFactory.cpp b/xbmc/guilib/GUIKeyboardFactory.cpp
index 8898e52a78..83c6cd7e23 100644
--- a/xbmc/guilib/GUIKeyboardFactory.cpp
+++ b/xbmc/guilib/GUIKeyboardFactory.cpp
@@ -64,6 +64,8 @@ void CGUIKeyboardFactory::keyTypedCB(CGUIKeyboard *ref, const std::string &typed
message.SetStringParam(typedString);
g_windowManager.SendMessage(message);
break;
+ case FILTERING_NONE:
+ break;
}
}
}