DolphinWX: Make WXInputBase part of the WxUtils namespace.

There's no need for the preprocessor checks for wx, since this is used in wx code. Also, this being a part of the InputCommon namespace is kind of wrong.
This commit is contained in:
Lioncash
2014-10-05 05:31:45 -04:00
parent ed7f0739ae
commit 41ea4a28b2
4 changed files with 10 additions and 14 deletions

View File

@ -9,7 +9,7 @@
#include "DolphinWX/WXInputBase.h"
namespace InputCommon
namespace WxUtils
{
const wxString WXKeyToString(int keycode)