aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-11-15 14:13:45 +1100
committerNeil <nyamatongwe@gmail.com>2016-11-15 14:13:45 +1100
commitcb6936a8e059bbffa99c27e781abef34f61fb848 (patch)
tree304f7df1a307c8e5fc5ee9f04a9af6258ec21525
parent3cf176b747ff9969f9910ab99539112b19947594 (diff)
downloadscintilla-mirror-cb6936a8e059bbffa99c27e781abef34f61fb848.tar.gz
Fixed return type to match interface.
-rw-r--r--lexers/LexBaan.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexBaan.cxx b/lexers/LexBaan.cxx
index cb20a7591..0f5953142 100644
--- a/lexers/LexBaan.cxx
+++ b/lexers/LexBaan.cxx
@@ -398,7 +398,7 @@ public:
return osBaan.DescribeProperty(name);
}
- int SCI_METHOD PropertySet(const char *key, const char *val);
+ Sci_Position SCI_METHOD PropertySet(const char *key, const char *val);
const char * SCI_METHOD DescribeWordListSets() {
return osBaan.DescribeWordListSets();