BADA: Fix formatting and non bada host compile error

This commit is contained in:
Chris Warren-Smith 2011-08-13 08:06:03 +10:00
parent 46a8304b73
commit 812e4498ec
2 changed files with 2 additions and 2 deletions

View File

@ -1348,7 +1348,7 @@ const char *OpenGLGraphicsManager::getCurrentModeName() {
}
#ifdef USE_OSD
const Graphics::Font* getFontOSD() {
const Graphics::Font *OpenGLGraphicsManager::getFontOSD() {
return FontMan.getFontByUsage(Graphics::FontManager::kLocalizedFont);
}

View File

@ -319,7 +319,7 @@ protected:
/**
* Returns the font used for on screen display
*/
virtual const Graphics::Font* getFontOSD();
virtual const Graphics::Font *getFontOSD();
/**
* Update the OSD texture / surface.