From d1abca4bbafa9830544e8ec8ce0e4b5754d98c49 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 21 Jan 2018 13:05:13 +1100 Subject: Match variable types to method so will build if switched to 64-bit. --- test/unit/testDecoration.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/testDecoration.cxx b/test/unit/testDecoration.cxx index 05b636bd8..6f94ac21f 100644 --- a/test/unit/testDecoration.cxx +++ b/test/unit/testDecoration.cxx @@ -70,8 +70,8 @@ TEST_CASE("DecorationList") { decol.SetCurrentIndicator(indicator); decol.InsertSpace(0, 9); const int value = 59; - int position = 4; - int fillLength = 3; + Sci::Position position = 4; + Sci::Position fillLength = 3; bool changed = decol.FillRange(position, value, fillLength); REQUIRE(changed); REQUIRE(position == 4); -- cgit v1.2.3