diff options
author | 2018-02-19 10:23:04 -0500 | |
---|---|---|
committer | 2018-02-19 10:23:04 -0500 | |
commit | 968530a9c69a6d2c061c7a0d37f0442795a669e8 (patch) | |
tree | 1dd77962e36d2f4ec54a7cb838b92e402675b6cc /src/scintilla_backports/6310_7e28cdba6d61.patch | |
parent | 0a4b24bf54063fabaabcb24e67f471f90f51b2c4 (diff) | |
download | textadept-968530a9c69a6d2c061c7a0d37f0442795a669e8.tar.gz textadept-968530a9c69a6d2c061c7a0d37f0442795a669e8.zip |
Fixed backports to compile on build server.
Diffstat (limited to 'src/scintilla_backports/6310_7e28cdba6d61.patch')
-rw-r--r-- | src/scintilla_backports/6310_7e28cdba6d61.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |