mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
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:
parent
9e2fbaf405
commit
6a8dfda0ea
3 changed files with 4 additions and 7 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include "Common/Common.h"
|
||||
|
||||
DECLARE_EVENT_TYPE(wxEVT_CODEVIEW_CHANGE, -1);
|
||||
wxDECLARE_EVENT(wxEVT_CODEVIEW_CHANGE, wxCommandEvent);
|
||||
|
||||
class DebugInterface;
|
||||
class SymbolDB;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue