diff options
Diffstat (limited to 'src/Indicator.h')
-rw-r--r-- | src/Indicator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Indicator.h b/src/Indicator.h index e787b592d..0284a855b 100644 --- a/src/Indicator.h +++ b/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) { |