aboutsummaryrefslogtreecommitdiffhomepage
path: root/curses/ScintillaCurses.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'curses/ScintillaCurses.cxx')
-rw-r--r--curses/ScintillaCurses.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/curses/ScintillaCurses.cxx b/curses/ScintillaCurses.cxx
index af55a3b62..f4804a1f0 100644
--- a/curses/ScintillaCurses.cxx
+++ b/curses/ScintillaCurses.cxx
@@ -1024,7 +1024,7 @@ public:
* pages. The width is based on the width of the view and the view's scroll
* width property.
*/
- bool ModifyScrollBars(int nMax, int nPage) {
+ bool ModifyScrollBars(Sci::Line nMax, Sci::Line nPage) {
if (!wMain.GetID()) return false;
WINDOW *w = GetWINDOW();
int maxy = getmaxy(w), maxx = getmaxx(w);