Added supertux/globals.?pp to collect all the random global variables
[supertux.git] / src / lisp / lexer.hpp
index 7a79e79..e51f536 100644 (file)
@@ -54,6 +54,7 @@ private:
   inline void nextChar();
   inline void addChar();
 
+private:
   std::istream& stream;
   bool eof;
   int linenumber;