diff options
Diffstat (limited to 'src/EditView.h')
| -rw-r--r-- | src/EditView.h | 2 | 
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; | 
