Fixed crash on level editor by making a pos test.
[supertux.git] / src / misc.h
index bef8878..e005087 100644 (file)
@@ -31,7 +31,7 @@
 class MyConfig : public Config
 {
   public:
-    void customload(LispReader& reader);
+    void customload(const lisp::Lisp& reader);
     void customsave(FILE * config);
 };