does this fix the mac build?

This commit is contained in:
Mark Vejvoda 2011-11-19 19:02:58 +00:00
parent 4be653b516
commit e849f7ec0b

View File

@ -180,7 +180,7 @@ BOOL makeGLDisplayListFirst(unichar first, int count, GLint base, NSFont *font,
return retval;
}
void createGlFontBitmaps(GLuint &base, const string &type, int size, int width,
void createGlFontBitmaps(GLuint32 &base, const string &type, int size, int width,
int charCount, Shared::Graphics::FontMetrics &metrics) {
@ -199,7 +199,7 @@ void createGlFontBitmaps(GLuint &base, const string &type, int size, int width,
}
void createGlFontOutlines(GLuint &base, const string &type, int width,
void createGlFontOutlines(GLuint32 &base, const string &type, int width,
float depth, int charCount, Shared::Graphics::FontMetrics &metrics) {
NOIMPL;
}