GRAPHICS: Fix build

This commit is contained in:
Willem Jan Palenstijn 2017-01-10 14:54:14 +01:00
parent 19b0cc784d
commit 87c57e42de

View File

@ -54,7 +54,7 @@ enum {
kMacFontOutline = 8,
kMacFontShadow = 16,
kMacFontCondense = 32,
kMacFontExtend = 64,
kMacFontExtend = 64
};
class BdfFont;