aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/screen.h')
-rw-r--r--engines/xeen/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/screen.h b/engines/xeen/screen.h
index 4ab76d529d..854a05a7cf 100644
--- a/engines/xeen/screen.h
+++ b/engines/xeen/screen.h
@@ -74,7 +74,7 @@ public:
virtual void addDirtyRect(const Common::Rect &r);
public:
Window();
-
+ Window(const Window &src);
Window(XeenEngine *vm, const Common::Rect &bounds, int a, int border,
int xLo, int ycL, int xHi, int ycH);