blob: 234da77fb30e4ab50d17895d6227b90eb4503621 (
plain) (
tree)
|
|
--- otp-OTP-22.0.7/lib/wx/configure.in.old 2019-07-10 16:05:15.000000000 +0000
+++ otp-OTP-22.0.7/lib/wx/configure.in 2019-08-07 01:00:20.532799505 +0000
@@ -630,7 +630,7 @@
// it isn't in too old wxWidgets versions
wxString test = wxString::FromUTF8((const char *)"foo");
wxStyledTextCtrl * foo = new wxStyledTextCtrl();
- wxGLCanvas * bar = new wxGLCanvas((wxWindow *) NULL, -1,
+ wxGLCanvas * bar = new wxGLCanvas((wxWindow *) NULL, -1, NULL,
wxDefaultPosition,wxDefaultSize,0);
return true;
};
|