DolphinWX: Use the typesafe equivalents for declaring wx event types

The others were used when wx 2.4 was around
This commit is contained in:
Lioncash
2014-08-17 16:18:54 -04:00
parent 9e2fbaf405
commit 6a8dfda0ea
3 changed files with 4 additions and 7 deletions

View File

@ -38,7 +38,7 @@
#include "DolphinWX/Debugger/CodeView.h"
#include "DolphinWX/Debugger/DebuggerUIUtil.h"
DEFINE_EVENT_TYPE(wxEVT_CODEVIEW_CHANGE);
wxDEFINE_EVENT(wxEVT_CODEVIEW_CHANGE, wxCommandEvent);
enum
{