aboutsummaryrefslogtreecommitdiffhomepage
path: root/call
diff options
context:
space:
mode:
Diffstat (limited to 'call')
-rw-r--r--call/ScintillaCall.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/call/ScintillaCall.cxx b/call/ScintillaCall.cxx
index c363fc283..4fe782af5 100644
--- a/call/ScintillaCall.cxx
+++ b/call/ScintillaCall.cxx
@@ -3256,8 +3256,8 @@ std::string ScintillaCall::DescribeKeyWordSets() {
return CallReturnString(Message::DescribeKeyWordSets, 0);
}
-int ScintillaCall::LineEndTypesSupported() {
- return static_cast<int>(Call(Message::GetLineEndTypesSupported));
+LineEndType ScintillaCall::LineEndTypesSupported() {
+ return static_cast<Scintilla::LineEndType>(Call(Message::GetLineEndTypesSupported));
}
int ScintillaCall::AllocateSubStyles(int styleBase, int numberStyles) {