diff options
Diffstat (limited to 'cocoa/PlatCocoa.mm')
-rw-r--r-- | cocoa/PlatCocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 49be5ed69..5d6d43b09 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -153,7 +153,7 @@ Font::~Font() * TODO: rewrite to use NSFont. */ void Font::Create(const char *faceName, int characterSet, int size, bool bold, bool italic, - bool extraFontFlag) + int extraFontFlag) { // TODO: How should I handle the characterSet request? Release(); |