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);
}