diff options
-rw-r--r-- | glcdgraphics/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glcdgraphics/font.c b/glcdgraphics/font.c index 20f1274..1b33772 100644 --- a/glcdgraphics/font.c +++ b/glcdgraphics/font.c @@ -176,7 +176,7 @@ bool cFont::LoadFNT(const std::string & fileName, const std::string & encoding) int y; int loop; int num = 0; - uint dot; uint b; + unsigned int dot; unsigned int b; cBitmap * charBitmap = new cBitmap(charWidth, fontHeight); charBitmap->SetMonochrome(true); charBitmap->Clear(); |