summaryrefslogtreecommitdiff
path: root/src/guichan/defaultfont.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/defaultfont.cpp')
-rw-r--r--src/guichan/defaultfont.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/defaultfont.cpp b/src/guichan/defaultfont.cpp
index 4306c7928..f67b66495 100644
--- a/src/guichan/defaultfont.cpp
+++ b/src/guichan/defaultfont.cpp
@@ -67,7 +67,7 @@ namespace gcn
}
int DefaultFont::drawGlyph(Graphics* graphics,
- unsigned char glyph _UNUSED_, int x, int y)
+ unsigned char glyph A_UNUSED, int x, int y)
{
graphics->drawRectangle( Rectangle(x, y, 8, 8));