fixed warning regarding overloaded virtual methods

svn-id: r8735
This commit is contained in:
Max Horn 2003-07-04 11:19:25 +00:00
parent 8d4c6d7999
commit fbb9bc7834

View File

@ -39,8 +39,8 @@ protected:
void decodeCodec44(byte *dst, const byte *src, uint32 length);
virtual void draw2byte(byte *dst, byte *mask, int c, int x, int y, byte color);
virtual void drawChar(byte *dst, byte *mask, byte c, int x, int y, byte color);
void draw2byte(byte *dst, byte *mask, int c, int x, int y, byte color);
void drawChar(byte *dst, byte *mask, byte c, int x, int y, byte color);
public:
NutRenderer(Scumm *vm);