aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/font.h')
-rw-r--r--engines/xeen/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/font.h b/engines/xeen/font.h
index 0f53d5e6a7..6b362d7bf5 100644
--- a/engines/xeen/font.h
+++ b/engines/xeen/font.h
@@ -58,7 +58,7 @@ public:
Justify _fontJustify;
public:
FontSurface();
- FontSurface(int w, int h);
+ FontSurface(int wv, int hv);
virtual ~FontSurface() {}
void writeSymbol(int symbolId);