aboutsummaryrefslogtreecommitdiff
path: root/saga/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/font.h')
-rw-r--r--saga/font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/font.h b/saga/font.h
index 7525a608fa..c148c6317f 100644
--- a/saga/font.h
+++ b/saga/font.h
@@ -79,7 +79,7 @@ enum KnownFont {
kKnownFontPause,
kKnownFontScript,
- kKnownFontVerb,
+ kKnownFontVerb
};
struct TextListEntry {
@@ -169,7 +169,7 @@ class Font {
}
public:
- int Font::getHeight(FontId fontId) {
+ int getHeight(FontId fontId) {
return getFont(fontId)->normal.header.charHeight;
}