fixed a typo glennric left behind. shouldn't break anything tho, just generates a preprocessor warning with VS
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5015 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
0db532cca2
commit
e83104c5db
|
@ -476,7 +476,7 @@ CFrame::CFrame(wxFrame* parent,
|
||||||
wxTheApp->Connect(wxID_ANY, wxEVT_LEFT_DCLICK,
|
wxTheApp->Connect(wxID_ANY, wxEVT_LEFT_DCLICK,
|
||||||
wxMouseEventHandler(CFrame::OnDoubleClick),
|
wxMouseEventHandler(CFrame::OnDoubleClick),
|
||||||
(wxObject*)0, this);
|
(wxObject*)0, this);
|
||||||
#ifdef _WIN32 && defince _WIN32
|
#ifdef _WIN32
|
||||||
wxTheApp->Connect(wxID_ANY, wxEVT_MOTION,
|
wxTheApp->Connect(wxID_ANY, wxEVT_MOTION,
|
||||||
wxMouseEventHandler(CFrame::OnMotion),
|
wxMouseEventHandler(CFrame::OnMotion),
|
||||||
(wxObject*)0, this);
|
(wxObject*)0, this);
|
||||||
|
|
Loading…
Reference in New Issue