X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Finfoblock.hpp;h=7f9b051bf72a95675664ad30437cf99aa9aeb33d;hb=a113d3bd1feddd510e3b2852b0d42522735eee40;hp=4aa6d4e416aaf7736da40fd5f29ffd28d33284c2;hpb=ff4c6994b952e26b854461d739eb3bcbfc30719f;p=supertux.git diff --git a/src/object/infoblock.hpp b/src/object/infoblock.hpp index 4aa6d4e41..7f9b051bf 100644 --- a/src/object/infoblock.hpp +++ b/src/object/infoblock.hpp @@ -28,7 +28,7 @@ class InfoBlock : public Block public: InfoBlock(const lisp::Lisp& lisp); virtual ~InfoBlock(); - + protected: virtual void hit(Player& player); std::string message; @@ -37,4 +37,3 @@ protected: }; #endif -