diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-17 16:18:54 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-17 16:18:58 -0400 |
| commit | 6a8dfda0ea0cb9b566a536e3cc76b2bed003fe83 (patch) | |
| tree | 307c6453829794728d13f71405ee3bd50f25643d /Source/Core/DolphinWX/Debugger/CodeView.cpp | |
| parent | 9e2fbaf40551b6d037a94274433b03c580dc1604 (diff) | |
DolphinWX: Use the typesafe equivalents for declaring wx event types
The others were used when wx 2.4 was around
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/CodeView.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Debugger/CodeView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Debugger/CodeView.cpp b/Source/Core/DolphinWX/Debugger/CodeView.cpp index 0c74b3dbd9..d723d9aa6b 100644 --- a/Source/Core/DolphinWX/Debugger/CodeView.cpp +++ b/Source/Core/DolphinWX/Debugger/CodeView.cpp @@ -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 { |
