aboutsummaryrefslogtreecommitdiff
path: root/common/macresman.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/macresman.h')
-rw-r--r--common/macresman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/macresman.h b/common/macresman.h
index 5cd39cae26..f98bc81bf1 100644
--- a/common/macresman.h
+++ b/common/macresman.h
@@ -66,7 +66,7 @@ public:
* @param filename filename of the resource
* @return Pointer to a SeekableReadStream with loaded resource
*/
- Common::SeekableReadStream *getResource(Common::String filename);
+ Common::SeekableReadStream *getResource(const Common::String &filename);
Common::SeekableReadStream *getDataFork();
Common::String getResName(uint32 typeID, uint16 resID);