summaryrefslogtreecommitdiffstats
path: root/scintilla/src/Indicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/src/Indicator.h')
-rw-r--r--scintilla/src/Indicator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/Indicator.h b/scintilla/src/Indicator.h
index f320b80..c9f1af5 100644
--- a/scintilla/src/Indicator.h
+++ b/scintilla/src/Indicator.h
@@ -18,7 +18,7 @@ class Indicator {
public:
int style;
bool under;
- ColourPair fore;
+ ColourDesired fore;
int fillAlpha;
int outlineAlpha;
Indicator() : style(INDIC_PLAIN), under(false), fore(ColourDesired(0,0,0)), fillAlpha(30), outlineAlpha(50) {