blob: eb56491648080c0f5e56145393b203110b1d3056 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- otp_src_21.2/lib/wx/configure.old 2018-12-10 20:11:00.000000000 +0000
+++ otp_src_21.2/lib/wx/configure 2019-02-24 22:16:37.340000000 +0000
@@ -5765,7 +5765,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;
};
|