From: Tobias Markus Date: Sun, 18 Aug 2013 23:42:45 +0000 (+0200) Subject: Issue 1001: Fix compilation warning X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=6103b2721aaaad221528b56f20c2b3a5e9690fb6;p=supertux.git Issue 1001: Fix compilation warning --- diff --git a/src/object/brick.hpp b/src/object/brick.hpp index b837aa9af..617a3e908 100644 --- a/src/object/brick.hpp +++ b/src/object/brick.hpp @@ -24,7 +24,7 @@ class Brick : public Block public: Brick(const Vector& pos, int data); - void try_break(Player* player = false); + void try_break(Player* player); HitResponse collision(GameObject& other, const CollisionHit& hit); protected: