From 052974c51a53260ed57c51db3739c010ffe2fb3e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 14 Aug 2003 13:14:07 +0000 Subject: Added BOX indicator. --- 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 56e9420bc..716db1051 100644 --- a/src/Indicator.h +++ b/src/Indicator.h @@ -16,7 +16,7 @@ public: ColourPair fore; Indicator() : style(INDIC_PLAIN), fore(ColourDesired(0,0,0)) { } - void Draw(Surface *surface, PRectangle &rc); + void Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine); }; #endif -- cgit v1.2.3