From 5d3ae5680394efc764a0fb972d28dcc542095cb3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 25 Sep 2011 09:50:39 +1000 Subject: Palette support removed. --- src/Indicator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Indicator.h') 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) { -- cgit v1.2.3