aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/anim.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/anim.h')
-rw-r--r--engines/toon/anim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/anim.h b/engines/toon/anim.h
index 4b95b6cf40..eb8dcbd600 100644
--- a/engines/toon/anim.h
+++ b/engines/toon/anim.h
@@ -60,7 +60,7 @@ public:
int32 _paletteEntries;
char _name[32];
- bool loadAnimation(Common::String file);
+ bool loadAnimation(const Common::String &file);
void drawFrame(Graphics::Surface &surface, int32 frame, int32 x, int32 y);
void drawFontFrame(Graphics::Surface &surface, int32 frame, int32 x, int32 y, byte *colorMap);
void drawFrameOnPicture(int32 frame, int32 x, int32 y);