aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index b469a3ca23..2246a84a53 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -281,7 +281,7 @@ public:
void hideMouse();
void showMouse();
bool isMouseVisible() const;
- void setMouseCursor(int x, int y, const byte *shape);
+ virtual void setMouseCursor(int x, int y, const byte *shape);
// rect handling
virtual int getRectSize(int w, int h) = 0;