diff options
Diffstat (limited to 'engines/m4/hotspot.h')
-rw-r--r-- | engines/m4/hotspot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/hotspot.h b/engines/m4/hotspot.h index bcd2aba919..0a0a7d6998 100644 --- a/engines/m4/hotspot.h +++ b/engines/m4/hotspot.h @@ -97,7 +97,7 @@ public: int add(HotSpot *hotspot, bool head = false); HotSpot *get(int index) { return _hotspots[index]; } void remove(HotSpot *hotspot); - void unlink(HotSpot *hotspot); + void unlinkItem(HotSpot *hotspot); void clear(); HotSpot *findByXY(int x, int y); void setActive(const char *name, bool active); |