aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2014-09-05 14:29:55 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2014-09-05 14:29:55 +1000
commitfd6f558374a70cd51e4395f0c761c4586d687984 (patch)
tree2cc302232e23f8227ce162f4412f0252a5ae2e75 /src/EditView.h
parente2144921e8113a36f01ae029af0ce7924f233613 (diff)
downloadscintilla-mirror-fd6f558374a70cd51e4395f0c761c4586d687984.tar.gz
Bug [#1652]. Revert to allowing fractional tab stops.
Diffstat (limited to 'src/EditView.h')
-rw-r--r--src/EditView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h
index dfcf3160c..733612e8e 100644
--- a/src/EditView.h
+++ b/src/EditView.h
@@ -86,7 +86,7 @@ public:
bool LinesOverlap() const;
void ClearAllTabstops();
- int NextTabstopPos(int line, int x, int tabWidth) const;
+ XYPOSITION NextTabstopPos(int line, XYPOSITION x, XYPOSITION tabWidth) const;
bool ClearTabstops(int line);
bool AddTabstop(int line, int x);
int GetNextTabstop(int line, int x) const;