From 7d7d4e120999de66e4fc882f3d6224603ccb306f Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 1 Feb 2018 09:07:21 +1100 Subject: Backport: Templatize Partitioning so it can hold different types. Backport of changeset 6444:1bd57324aa36. --- src/RunStyles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/RunStyles.h') diff --git a/src/RunStyles.h b/src/RunStyles.h index 8997d924f..84221d512 100644 --- a/src/RunStyles.h +++ b/src/RunStyles.h @@ -14,7 +14,7 @@ namespace Scintilla { class RunStyles { private: - std::unique_ptr starts; + std::unique_ptr> starts; std::unique_ptr> styles; int RunFromPosition(int position) const; int SplitRun(int position); -- cgit v1.2.3