Removed trailing whitespace from all *.?pp files
[supertux.git] / src / badguy / haywire.hpp
index ae944e8..874d73a 100644 (file)
@@ -33,7 +33,6 @@ public:
 
   void active_update(float elapsed_time);
 
-  void freeze();
   bool is_freezable() const;
 
 protected:
@@ -44,9 +43,9 @@ private:
   float time_until_explosion;
   bool is_stunned;
   float time_stunned;
-  
-  std::auto_ptr<SoundSource> ticking;  
-  std::auto_ptr<SoundSource> grunting;
+
+  std::unique_ptr<SoundSource> ticking;
+  std::unique_ptr<SoundSource> grunting;
 };
 
 #endif /* HEADER_SUPERTUX_BADGUY_HAYWIRE_HPP */