From 0035079b6cf849dc5e2ae8face51fcfb99853efa Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 22 Mar 2021 17:21:20 +1100 Subject: Use XYPOSITION for xStart parameter as it is only passed as XYPOSITION. --- src/PositionCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PositionCache.h') diff --git a/src/PositionCache.h b/src/PositionCache.h index 0fb51dc38..5a3ec9bfd 100644 --- a/src/PositionCache.h +++ b/src/PositionCache.h @@ -255,7 +255,7 @@ public: // Try to make each subdivided run lengthEachSubdivision or shorter. enum { lengthEachSubdivision = 100 }; BreakFinder(const LineLayout *ll_, const Selection *psel, Range lineRange_, Sci::Position posLineStart_, - int xStart, bool breakForSelection, const Document *pdoc_, const SpecialRepresentations *preprs_, const ViewStyle *pvsDraw); + XYPOSITION xStart, bool breakForSelection, const Document *pdoc_, const SpecialRepresentations *preprs_, const ViewStyle *pvsDraw); // Deleted so BreakFinder objects can not be copied. BreakFinder(const BreakFinder &) = delete; BreakFinder(BreakFinder &&) = delete; -- cgit v1.2.3