From 54e3df0140c2d37257132dc8a62520ec8febfc36 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 11 Apr 2013 12:17:06 +0200 Subject: HOPKINS: Constify some functions and members --- engines/hopkins/events.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/hopkins/events.h') 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(); -- cgit v1.2.3