aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xsurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/xsurface.h')
-rw-r--r--engines/xeen/xsurface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/xsurface.h b/engines/xeen/xsurface.h
index d8747d4372..299cc51f1d 100644
--- a/engines/xeen/xsurface.h
+++ b/engines/xeen/xsurface.h
@@ -40,7 +40,7 @@ public:
XSurface(int w, int h);
virtual ~XSurface();
- void create(uint16 w, uint16 h);
+ void create(uint16 w_, uint16 h_);
void create(XSurface *s, const Common::Rect &bounds);