From bebf2d4f9d96b217b03cb0eddb43b588035ae41b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 5 Oct 2002 01:53:22 +0000 Subject: Fixed compiler warnings. --- src/LineMarker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/LineMarker.h') diff --git a/src/LineMarker.h b/src/LineMarker.h index 50194d65c..0ac4d3155 100644 --- a/src/LineMarker.h +++ b/src/LineMarker.h @@ -17,8 +17,8 @@ class XPM { char *codes; ColourPair *colours; void Init(const char * const *linesForm); - ColourAllocated ColourFromCode(char ch); - void FillRun(Surface *surface, char code, int startX, int y, int x); + ColourAllocated ColourFromCode(int ch); + void FillRun(Surface *surface, int code, int startX, int y, int x); public: XPM(const char *textForm); XPM(const char * const *linesForm); -- cgit v1.2.3