From e5ac21dcac9a4c18dd5934b4db19b02db06163ca Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 8 Sep 2010 14:34:36 +0000 Subject: SWORD25: Fix some warnings svn-id: r53338 --- engines/sword25/gfx/animationtemplate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword25/gfx/animationtemplate.cpp') diff --git a/engines/sword25/gfx/animationtemplate.cpp b/engines/sword25/gfx/animationtemplate.cpp index 9770dd8cc0..c267f715be 100644 --- a/engines/sword25/gfx/animationtemplate.cpp +++ b/engines/sword25/gfx/animationtemplate.cpp @@ -107,7 +107,7 @@ AnimationTemplate::AnimationTemplate(const Common::String &SourceAnimation) { // ----------------------------------------------------------------------------- -AnimationTemplate::AnimationTemplate(const AnimationTemplate &Other) { +AnimationTemplate::AnimationTemplate(const AnimationTemplate &Other) : AnimationDescription(){ // Objekt registrieren. AnimationTemplateRegistry::GetInstance().RegisterObject(this); -- cgit v1.2.3