More -Weffc++ cleanup
[supertux.git] / src / lisp / parser.hpp
index 9b26708..cbc89af 100644 (file)
@@ -52,6 +52,8 @@ private:
   void parse_error(const char* msg) const __attribute__((__noreturn__));
   const Lisp* read();
 
+
+private:
   Lexer* lexer;
   std::string filename;
   TinyGetText::DictionaryManager* dictionary_manager;