From df0dd07cf59961de4d2f9ed76bf5cac7d2a3dd47 Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 22 Dec 2012 16:15:28 -0500 Subject: [PATCH] change AnimationSequence to be a struct (for consistency with all the other POCO-type objects) --- src/animationsequence.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animationsequence.h b/src/animationsequence.h index 0fcfee4..904b880 100644 --- a/src/animationsequence.h +++ b/src/animationsequence.h @@ -4,7 +4,7 @@ #include "common.h" #include -class AnimationSequence +struct AnimationSequence { public: std::string name;