diff options
-rw-r--r-- | graphics/fontman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fontman.h b/graphics/fontman.h index 09c1a198ff..77ae508c16 100644 --- a/graphics/fontman.h +++ b/graphics/fontman.h @@ -67,7 +67,7 @@ public: * @param font the font object * @return true on success, false on failure */ - bool setFont(FontUsage usage, const Font *font); + bool setFont(FontUsage usage, const Font *font); /** * Removes binding from name to font |