mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
fixed warning regarding overloaded virtual methods
svn-id: r8735
This commit is contained in:
parent
8d4c6d7999
commit
fbb9bc7834
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user