diff --git a/source/shared_lib/sources/platform/macosx/gl_wrap.mm b/source/shared_lib/sources/platform/macosx/gl_wrap.mm index 622c6a3b5..f7babc758 100644 --- a/source/shared_lib/sources/platform/macosx/gl_wrap.mm +++ b/source/shared_lib/sources/platform/macosx/gl_wrap.mm @@ -183,7 +183,7 @@ BOOL makeGLDisplayListFirst(unichar first, int count, GLint base, NSFont *font, } void createGlFontBitmaps(uint32 &base, const string &type, int size, int width, - int charCount, FontMetrics &metrics) { + int charCount, Shared::Graphics::FontMetrics &metrics) { //@FF@ keep the reduction ratio ??? @@ -202,7 +202,7 @@ void createGlFontBitmaps(uint32 &base, const string &type, int size, int width, } void createGlFontOutlines(uint32 &base, const string &type, int width, - float depth, int charCount, FontMetrics &metrics) { + float depth, int charCount, Shared::Graphics::FontMetrics &metrics) { NOIMPL; } }}//end namespace