aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-30 13:14:54 +0000
committerSven Hesse2011-01-30 13:14:54 +0000
commitf8d61c9e55c4ec569a8709313d3a6aee64469f67 (patch)
treebdbd2974a69403850789d6b51285e2ddcc0d86f6 /engines/gob/inter.h
parentc88ee19478a84334dc1703212ea306ec7bc9dc1b (diff)
downloadscummvm-rg350-f8d61c9e55c4ec569a8709313d3a6aee64469f67.tar.gz
scummvm-rg350-f8d61c9e55c4ec569a8709313d3a6aee64469f67.tar.bz2
scummvm-rg350-f8d61c9e55c4ec569a8709313d3a6aee64469f67.zip
GOB: Work around the unimplemented copyFile :P
svn-id: r55654
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h2
1 files changed, 1 insertions, 1 deletions
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 {