aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-09-24 22:10:59 +1000
committernyamatongwe <devnull@localhost>2011-09-24 22:10:59 +1000
commit13c4176ea8389b4fc11fed3e87f4e5439c57443f (patch)
treebecbb686e7e24d5a4006eea0cf3500cf943fd807 /src/AutoComplete.h
parent70c8f32c4482e04bacae5d4712a34a2df2ddf209 (diff)
parentd214500ee10fe9830cdc36d0b039d49ef86e26de (diff)
downloadscintilla-mirror-13c4176ea8389b4fc11fed3e87f4e5439c57443f.tar.gz
Merged fractional text positioning branch.
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r--src/AutoComplete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h
index f48cb0551..aefab120a 100644
--- a/src/AutoComplete.h
+++ b/src/AutoComplete.h
@@ -40,7 +40,7 @@ public:
/// Display the auto completion list positioned to be near a character position
void Start(Window &parent, int ctrlID, int position, Point location,
- int startLen_, int lineHeight, bool unicodeMode);
+ int startLen_, int lineHeight, bool unicodeMode, int technology);
/// The stop chars are characters which, when typed, cause the auto completion list to disappear
void SetStopChars(const char *stopChars_);