X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmisc.h;h=33902f0f48d8301819085bec782ec74607aad3b4;hb=6f988a2dfbe4de1096a5ca6a4b30e7fc5355316c;hp=bef88781b8493b37b92e74176f6c257fe12e5ba9;hpb=6f801c22d97251799740317fb1d0caf2e744b321;p=supertux.git diff --git a/src/misc.h b/src/misc.h index bef88781b..33902f0f4 100644 --- a/src/misc.h +++ b/src/misc.h @@ -14,7 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - #ifndef SUPERTUX_MISC_H #define SUPERTUX_MISC_H @@ -31,7 +30,7 @@ class MyConfig : public Config { public: - void customload(LispReader& reader); + void customload(const lisp::Lisp& reader); void customsave(FILE * config); }; @@ -51,4 +50,3 @@ void st_menu(); void st_menu_free(); #endif //SUPERTUX_MISC_H -