aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-02-27 16:11:30 +1100
committerNeil <nyamatongwe@gmail.com>2018-02-27 16:11:30 +1100
commitfd0f2ad6df90dd7c8bf2cbdd781a6b4b3ed88f9b (patch)
tree12cbe2901d5ca3e0ec92fbd352616faaed865d50 /src/ScintillaBase.cxx
parent4434a57717efbec42d67c571890fc848183e500f (diff)
downloadscintilla-mirror-fd0f2ad6df90dd7c8bf2cbdd781a6b4b3ed88f9b.tar.gz
Backport: Use virtual to ensure LexState overrides LineEndTypesSupported method.
Backport of changeset 6462:934f6f6451c2.
Diffstat (limited to 'src/ScintillaBase.cxx')
-rw-r--r--src/ScintillaBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx
index 35e601116..5c0b90dad 100644
--- a/src/ScintillaBase.cxx
+++ b/src/ScintillaBase.cxx
@@ -569,7 +569,7 @@ public:
int PropGetInt(const char *key, int defaultValue=0) const;
int PropGetExpanded(const char *key, char *result) const;
- int LineEndTypesSupported();
+ int LineEndTypesSupported() override;
int AllocateSubStyles(int styleBase, int numberStyles);
int SubStylesStart(int styleBase);
int SubStylesLength(int styleBase);