Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed: handle FILTERING_NONE in switch - get rid of the compiler warn…
…ing in GUIKeyboardFactory.cpp
  • Loading branch information
mkortstiege committed Aug 4, 2012
1 parent ef5fd1c commit 482ff6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/guilib/GUIKeyboardFactory.cpp
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit 482ff6f

Please sign in to comment.