More -Weffc++ cleanup
[supertux.git] / src / sprite / sprite_data.hpp
index 82d50d5..85940e2 100644 (file)
@@ -64,12 +64,12 @@ private:
   };
 
   typedef std::map <std::string, Action*> Actions;
-  Actions actions;
 
   void parse_action(const lisp::Lisp* lispreader, const std::string& basedir);
   /** Get an action */
   Action* get_action(std::string act);
 
+  Actions actions;
   std::string name;
 };