aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/hotspot.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-11-26 22:26:47 +0100
committerWillem Jan Palenstijn2011-11-27 00:53:39 +0100
commitf9ad14dc2d0a7007413fa6cbde4c9a694446b0a4 (patch)
tree6809d8cfd3b9d9f5dc91477bc9978756baf9b180 /engines/toon/hotspot.h
parente4bdea7c17a4d2122a89236010fbc77cb298dfa5 (diff)
downloadscummvm-rg350-f9ad14dc2d0a7007413fa6cbde4c9a694446b0a4.tar.gz
scummvm-rg350-f9ad14dc2d0a7007413fa6cbde4c9a694446b0a4.tar.bz2
scummvm-rg350-f9ad14dc2d0a7007413fa6cbde4c9a694446b0a4.zip
TOON: Clean up Common::String usage
Thanks to Sylvain for testing.
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);