aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/events.h')
-rw-r--r--engines/hopkins/events.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/events.h b/engines/hopkins/events.h
index 1c3b3b1c28..f4dedce1c5 100644
--- a/engines/hopkins/events.h
+++ b/engines/hopkins/events.h
@@ -48,7 +48,7 @@ private:
HopkinsEngine *_vm;
void pollEvents();
- void handleKey(Common::Event &event);
+ void handleKey(const Common::Event &event);
void checkForNextFrameCounter();
void updateCursor();
@@ -75,7 +75,7 @@ public:
void initMouseData();
void delay(int totalMilli);
- void changeMouseCursor(const int id);
+ void changeMouseCursor(int id);
void refreshEvents();
int waitKeyPress();
int getMouseX();