-Worldmap cleanups (use DrawingContext transformstack)
[supertux.git] / src / object / platform.h
index be4119b..1ff2860 100644 (file)
@@ -12,7 +12,7 @@ using namespace SuperTux;
 class Platform : public SuperTux::MovingObject
 {
 public:
-  Platform(LispReader& reader);
+  Platform(const lisp::Lisp& reader);
   ~Platform();
 
   virtual HitResponse collision(GameObject& other, const CollisionHit& hit);