From f8d61c9e55c4ec569a8709313d3a6aee64469f67 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sun, 30 Jan 2011 13:14:54 +0000 Subject: GOB: Work around the unimplemented copyFile :P svn-id: r55654 --- engines/gob/inter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/inter.h') diff --git a/engines/gob/inter.h b/engines/gob/inter.h index 4557d83437..a277e33b26 100644 --- a/engines/gob/inter.h +++ b/engines/gob/inter.h @@ -587,7 +587,7 @@ protected: Common::String getFile(const char *path); private: - bool readSprite(const Common::String &file, int32 dataVar, int32 size, int32 offset); + bool readSprite(Common::String file, int32 dataVar, int32 size, int32 offset); }; class Inter_v7 : public Inter_Playtoons { -- cgit v1.2.3