From 6dcf9f0ee557e692df3c70a263ca35068ff45380 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 6 Aug 2010 10:59:35 +0000 Subject: SWORD25: std::string -> Common::String in gfx/ svn-id: r53218 --- engines/sword25/gfx/animationresource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword25/gfx/animationresource.h') 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]; } -- cgit v1.2.3