From fbb9bc78347dc1a465ac62ad2c7e02eb6a1ac0f7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 4 Jul 2003 11:19:25 +0000 Subject: fixed warning regarding overloaded virtual methods svn-id: r8735 --- scumm/nut_renderer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm') diff --git a/scumm/nut_renderer.h b/scumm/nut_renderer.h index d68fb93894..1524fbc86f 100644 --- a/scumm/nut_renderer.h +++ b/scumm/nut_renderer.h @@ -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); -- cgit v1.2.3