aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-10-20 22:22:09 +1100
committerNeil <nyamatongwe@gmail.com>2021-10-20 22:22:09 +1100
commit71a8a1c2717beff64a1212fbdf3fbdd1de9d603a (patch)
tree567cb662d0ac3816345092b6b005a101e868e60c /include/Scintilla.iface
parent5279c0491fbf67972010fdd2a7a889863f80e22f (diff)
downloadscintilla-mirror-71a8a1c2717beff64a1212fbdf3fbdd1de9d603a.tar.gz
GetLineEndTypesSupported returns LineEndType, not int.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index d5577417d..7ce5e2408 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -3127,7 +3127,7 @@ fun int DescribeKeyWordSets=4017(, stringresult descriptions)
# Bit set of LineEndType enumertion for which line ends beyond the standard
# LF, CR, and CRLF are supported by the lexer.
-get int GetLineEndTypesSupported=4018(,)
+get LineEndType GetLineEndTypesSupported=4018(,)
# Allocate a set of sub styles for a particular base style, returning start of range
fun int AllocateSubStyles=4020(int styleBase, int numberStyles)