aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/util.h')
-rw-r--r--engines/gob/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/util.h b/engines/gob/util.h
index 8f4d6867c6..de9e6224b9 100644
--- a/engines/gob/util.h
+++ b/engines/gob/util.h
@@ -84,7 +84,7 @@ public:
static void prepareStr(char *str);
void waitMouseRelease(char drawMouse);
void forceMouseUp(void);
- void setScrollOffset(int16 scrollOffset);
+ void setScrollOffset(int16 x = -1, int16 y = -1);
static const char trStr1[];
static const char trStr2[];