X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftitle.hpp;h=39d0abf089960d612df005a1e42d2520447ba10f;hb=a113d3bd1feddd510e3b2852b0d42522735eee40;hp=746bce7ae4e781126bd17f955a373666cfa6329b;hpb=ff4c6994b952e26b854461d739eb3bcbfc30719f;p=supertux.git diff --git a/src/title.hpp b/src/title.hpp index 746bce7ae..39d0abf08 100644 --- a/src/title.hpp +++ b/src/title.hpp @@ -61,10 +61,9 @@ private: std::auto_ptr main_world; std::vector contrib_worlds; World* current_world; - + std::auto_ptr controller; std::auto_ptr titlesession; }; #endif -