fix mac build

This commit is contained in:
Mark Vejvoda
2011-11-19 20:08:04 +00:00
parent ce72e71599
commit 488f8792b2

View File

@@ -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, 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 ??? //@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, void createGlFontOutlines(uint32 &base, const string &type, int width,
float depth, int charCount, FontMetrics &metrics) { float depth, int charCount, Shared::Graphics::FontMetrics &metrics) {
NOIMPL; NOIMPL;
} }
}}//end namespace }}//end namespace