From 8ff947c9db5ab9f1a093434180bc05bfecb62c4d Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 31 Mar 2017 18:19:38 +1100 Subject: Using Sci::Position and Sci::Line to mark variables that are document positions and lines. --- src/AutoComplete.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AutoComplete.cxx') diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 3f3570283..419d495c2 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -58,7 +58,7 @@ bool AutoComplete::Active() const { } void AutoComplete::Start(Window &parent, int ctrlID, - int position, Point location, int startLen_, + Sci::Position position, Point location, int startLen_, int lineHeight, bool unicodeMode, int technology) { if (active) { Cancel(); -- cgit v1.2.3