From 968530a9c69a6d2c061c7a0d37f0442795a669e8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 19 Feb 2018 10:23:04 -0500 Subject: Fixed backports to compile on build server. --- src/scintilla_backports/6310_7e28cdba6d61.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scintilla_backports/6310_7e28cdba6d61.patch') diff --git a/src/scintilla_backports/6310_7e28cdba6d61.patch b/src/scintilla_backports/6310_7e28cdba6d61.patch index c9de09e8..42b0eccb 100644 --- a/src/scintilla_backports/6310_7e28cdba6d61.patch +++ b/src/scintilla_backports/6310_7e28cdba6d61.patch @@ -290,7 +290,7 @@ diff -r f2f32d58bcd8 -r 7e28cdba6d61 gtk/PlatGTK.cxx cssProvider(NULL), #endif - doubleClickAction(NULL), doubleClickActionData(NULL) { -+ delegate(nullptr) { ++ delegate(NULL) { } ~ListBoxX() override { if (pixhash) { -- cgit v1.2.3