diff options
Diffstat (limited to 'lexers/LexBaan.cxx')
| -rw-r--r-- | lexers/LexBaan.cxx | 2 | 
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(); | 
