From 9a59853e7ebfa5118854260fe543ba3e09427563 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 28 Jan 2018 11:27:32 +1100 Subject: Backport: Match declaration signature to definition signature. Backport of changeset 6437:d5975757418c. --- qt/ScintillaEditBase/ScintillaQt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/ScintillaEditBase/ScintillaQt.h') diff --git a/qt/ScintillaEditBase/ScintillaQt.h b/qt/ScintillaEditBase/ScintillaQt.h index a8cd54bff..37a5e1bbe 100644 --- a/qt/ScintillaEditBase/ScintillaQt.h +++ b/qt/ScintillaEditBase/ScintillaQt.h @@ -107,7 +107,7 @@ private: bool ValidCodePage(int codePage) const override; private: - void ScrollText(int linesToMove) override; + void ScrollText(Sci::Line linesToMove) override; void SetVerticalScrollPos() override; void SetHorizontalScrollPos() override; bool ModifyScrollBars(Sci::Line nMax, Sci::Line nPage) override; -- cgit v1.2.3