Removed trailing whitespace from all *.?pp files
[supertux.git] / src / badguy / haywire.hpp
index 83d0401..874d73a 100644 (file)
@@ -43,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 */