From 36e4a162b950bcee61f0fe27cbacd3e85a7bdb55 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 1 Feb 2018 09:22:14 +1100 Subject: Templatize RunStyles so it can be over ranges of different types and contain different style types. Currently only instantiated over . --- src/Decoration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Decoration.h') diff --git a/src/Decoration.h b/src/Decoration.h index ab9912935..79ee9ef73 100644 --- a/src/Decoration.h +++ b/src/Decoration.h @@ -12,7 +12,7 @@ namespace Scintilla { class Decoration { int indicator; public: - RunStyles rs; + RunStyles rs; explicit Decoration(int indicator_); ~Decoration(); -- cgit v1.2.3