mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
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:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "DolphinWX/WXInputBase.h"
|
||||
|
||||
namespace InputCommon
|
||||
namespace WxUtils
|
||||
{
|
||||
|
||||
const wxString WXKeyToString(int keycode)
|
||||
|
||||
Reference in New Issue
Block a user