Load/save the Addon enabled/disabled state to the config file
[supertux.git] / src / badguy / goldbomb.hpp
index d82d28e..7d4f7fa 100644 (file)
@@ -59,7 +59,7 @@ private:
   bool grabbed;
   MovingObject* grabber;
 
-  std::auto_ptr<SoundSource> ticking;
+  std::unique_ptr<SoundSource> ticking;
 };
 
 #endif