diff options
author | nyamatongwe <unknown> | 2010-02-17 00:39:46 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-02-17 00:39:46 +0000 |
commit | 58f779b422ffbb2291364dcd5966ead10b21b087 (patch) | |
tree | fddf110012583bb00001b22648b574320f642815 /src/AutoComplete.cxx | |
parent | d55ea76cd64ec2770d97e62ccdfcff8ccad5b43d (diff) | |
download | scintilla-mirror-58f779b422ffbb2291364dcd5966ead10b21b087.tar.gz |
Formatting whitespace.
Diffstat (limited to 'src/AutoComplete.cxx')
-rw-r--r-- | src/AutoComplete.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 86c64df56..dd52410d4 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -47,8 +47,8 @@ bool AutoComplete::Active() { return active; } -void AutoComplete::Start(Window &parent, int ctrlID, - int position, Point location, int startLen_, +void AutoComplete::Start(Window &parent, int ctrlID, + int position, Point location, int startLen_, int lineHeight, bool unicodeMode) { if (active) { Cancel(); |