X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fplatform.h;h=1ff2860232ba99c716961f47c77d6a3d920beaa8;hb=495f8b77cb935fe8eff81bec755efca8e34e8a99;hp=be4119b84f03478e74c5ac9ab8effbe3178e54f8;hpb=d46c78c842ab4090a3f46e560c891234167f124b;p=supertux.git diff --git a/src/object/platform.h b/src/object/platform.h index be4119b84..1ff286023 100644 --- a/src/object/platform.h +++ b/src/object/platform.h @@ -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);