aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/hotspots.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/hotspots.h')
-rw-r--r--engines/gob/hotspots.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/hotspots.h b/engines/gob/hotspots.h
index 25e77d526b..707a912ed5 100644
--- a/engines/gob/hotspots.h
+++ b/engines/gob/hotspots.h
@@ -102,7 +102,7 @@ public:
int16 findCursor(uint16 x, uint16 y) const;
/** Check the existance of a hotspot based on its short Id */
- bool searchHotspot (int16 shortId);
+ bool searchHotspot(int16 shortId) const;
private:
struct Hotspot {