aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/hotspot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/hotspot.h')
-rw-r--r--engines/toon/hotspot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/hotspot.h b/engines/toon/hotspot.h
index 49ac1a4af8..70e80046e1 100644
--- a/engines/toon/hotspot.h
+++ b/engines/toon/hotspot.h
@@ -50,7 +50,7 @@ public:
Hotspots(ToonEngine *vm);
~Hotspots();
- bool LoadRif(Common::String rifName, Common::String additionalRifName);
+ bool LoadRif(const Common::String &rifName, const Common::String &additionalRifName);
int32 Find(int32 x, int32 y);
int32 FindBasedOnCorner(int32 x, int32 y);
HotspotData *Get(int32 id);