From 77bfaa1bb4780d49893afd5100c204bfb5032de1 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 1 Jul 2011 05:51:10 +0200 Subject: GRAPHICS: More default parameter remove in SJIS code. --- graphics/sjis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/sjis.h b/graphics/sjis.h index 58bcaf121f..62e68013da 100644 --- a/graphics/sjis.h +++ b/graphics/sjis.h @@ -146,7 +146,7 @@ public: virtual uint getCharWidth(uint16 ch) const; - virtual void drawChar(void *dst, uint16 ch, int pitch, int bpp, uint32 c1, uint32 c2, int maxW = -1, int maxH = -1) const; + virtual void drawChar(void *dst, uint16 ch, int pitch, int bpp, uint32 c1, uint32 c2, int maxW, int maxH) const; private: template void blitCharacter(const uint8 *glyph, const int w, const int h, uint8 *dst, int pitch, Color c) const; -- cgit v1.2.3