aboutsummaryrefslogtreecommitdiff
path: root/saga/font.h
diff options
context:
space:
mode:
authorTravis Howell2005-11-03 22:23:23 +0000
committerTravis Howell2005-11-03 22:23:23 +0000
commitcc51550503c06051ae04eb105e6874b9482844e0 (patch)
tree8d07d43f85601b7b181d6a2c49bcd65b19e79d2d /saga/font.h
parent43a083a117a42879a18ea4c3a5e721d261fb8489 (diff)
downloadscummvm-rg350-cc51550503c06051ae04eb105e6874b9482844e0.tar.gz
scummvm-rg350-cc51550503c06051ae04eb105e6874b9482844e0.tar.bz2
scummvm-rg350-cc51550503c06051ae04eb105e6874b9482844e0.zip
Fix compile.
svn-id: r19412
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;
}