aboutsummaryrefslogtreecommitdiff
path: root/src/scintilla_backports/6118_559dea66606f.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/scintilla_backports/6118_559dea66606f.patch')
-rw-r--r--src/scintilla_backports/6118_559dea66606f.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/scintilla_backports/6118_559dea66606f.patch b/src/scintilla_backports/6118_559dea66606f.patch
new file mode 100644
index 00000000..cb791fc9
--- /dev/null
+++ b/src/scintilla_backports/6118_559dea66606f.patch
@@ -0,0 +1,20 @@
+# HG changeset patch
+# User Neil <nyamatongwe@gmail.com>
+# Date 1488886060 -39600
+# Node ID 559dea66606f42c080f04db706a1ebe6bef83713
+# Parent 23546875480b1ee4a3f309c738f64166a0409a46
+Bug [#1910]. Fixed double declaration.
+
+diff -r 23546875480b -r 559dea66606f gtk/ScintillaGTKAccessible.h
+--- a/gtk/ScintillaGTKAccessible.h Tue Mar 07 22:20:45 2017 +1100
++++ b/gtk/ScintillaGTKAccessible.h Tue Mar 07 22:27:40 2017 +1100
+@@ -23,9 +23,6 @@
+ // cache holding character offset for each line start, see CharacterOffsetFromByteOffset()
+ std::vector<Position> character_offsets;
+
+- // cache holding character offset for each line start, see CharacterOffsetFromByteOffset()
+- std::vector<Position> character_offsets;
+-
+ // cached length of the deletion, in characters (see Notify())
+ int deletionLengthChar;
+ // local state for comparing