From 4bbf7d16f03b48ddd4d2184bc21cb98889b64899 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 23 Jun 2014 17:03:49 +1000 Subject: Use Range type for hotspot to simplify manipulation. --- src/PositionCache.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/PositionCache.h') diff --git a/src/PositionCache.h b/src/PositionCache.h index 64ccfda34..05005e9ac 100644 --- a/src/PositionCache.h +++ b/src/PositionCache.h @@ -42,8 +42,7 @@ public: char bracePreviousStyles[2]; // Hotspot support - int hsStart; - int hsEnd; + Range hotspot; // Wrapped line support int widthLine; -- cgit v1.2.3