diff options
author | Neil <nyamatongwe@gmail.com> | 2018-01-28 11:27:32 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-01-28 11:27:32 +1100 |
commit | 9a59853e7ebfa5118854260fe543ba3e09427563 (patch) | |
tree | d2372c2454faaf347686b091d261e9942508c7ac | |
parent | 56ac67e29e56182e950929331c627310787b8931 (diff) | |
download | scintilla-mirror-9a59853e7ebfa5118854260fe543ba3e09427563.tar.gz |
Backport: Match declaration signature to definition signature.
Backport of changeset 6437:d5975757418c.
-rw-r--r-- | qt/ScintillaEditBase/ScintillaQt.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |