From 32056de116bf65368ccff2e887d29fbf81075bed Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 28 Oct 2001 01:28:28 +0000 Subject: Removed platform-specific headers from Platform.h and thus stopped visibility of these headers to most code. --- 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 a19b46b5e..56e9420bc 100644 --- a/src/Indicator.h +++ b/src/Indicator.h @@ -14,7 +14,7 @@ class Indicator { public: int style; ColourPair fore; - Indicator() : style(INDIC_PLAIN), fore(Colour(0,0,0)) { + Indicator() : style(INDIC_PLAIN), fore(ColourDesired(0,0,0)) { } void Draw(Surface *surface, PRectangle &rc); }; -- cgit v1.2.3