summaryrefslogtreecommitdiff
path: root/ffont.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffont.h')
-rw-r--r--ffont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffont.h b/ffont.h
index 68deb7c..3f9640b 100644
--- a/ffont.h
+++ b/ffont.h
@@ -58,7 +58,7 @@ public:
class ciMonFont : public cFont {
private:
int height;
- int bottom;
+ unsigned int bottom;
int width;
FT_Library library; ///< Handle to library
FT_Face face; ///< Handle to face object