aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animationresource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/animationresource.h')
-rw-r--r--engines/sword25/gfx/animationresource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/animationresource.h b/engines/sword25/gfx/animationresource.h
index 3d6e3e49f3..f37931b9d9 100644
--- a/engines/sword25/gfx/animationresource.h
+++ b/engines/sword25/gfx/animationresource.h
@@ -65,7 +65,7 @@ class TiXmlElement;
class BS_AnimationResource : public BS_Resource, public BS_AnimationDescription
{
public:
- BS_AnimationResource(const std::string & FileName);
+ BS_AnimationResource(const Common::String & FileName);
virtual ~BS_AnimationResource();
virtual const Frame & GetFrame(unsigned int Index) const { BS_ASSERT(Index < m_Frames.size()); return m_Frames[Index]; }