freebsd-ports/emulators/dolphin-emu-devel/files/patch-Source-Core-DolphinWX-Src-LogWindow.h
Ganael LAPLANCHE ca5d30f775 Update to 3.0.r20120307
Feature safe:	yes
2012-03-15 09:09:13 +00:00

11 lines
470 B
C

--- Source/Core/DolphinWX/Src/LogWindow.h.orig 2012-03-14 18:12:23.066269697 +0100
+++ Source/Core/DolphinWX/Src/LogWindow.h 2012-03-14 18:12:36.531263827 +0100
@@ -79,7 +79,7 @@
DECLARE_EVENT_TABLE()
- wxTextCtrl * CreateTextCtrl(wxPanel* parent, wxWindowID id = wxID_ANY, long Style = NULL);
+ wxTextCtrl * CreateTextCtrl(wxPanel* parent, wxWindowID id = wxID_ANY, long Style = 0);
void CreateGUIControls();
void PopulateBottom();
void UnPopulateBottom();