X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flisp%2Flexer.hpp;h=e51f53614a8cd6aa22d6b381950e77a99e07db59;hb=7bb247564b8236e60384827137e57f328f9614f5;hp=7a79e799b34073b7cdf6f8cbb935fe71d4a20a64;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/lisp/lexer.hpp b/src/lisp/lexer.hpp index 7a79e799b..e51f53614 100644 --- a/src/lisp/lexer.hpp +++ b/src/lisp/lexer.hpp @@ -54,6 +54,7 @@ private: inline void nextChar(); inline void addChar(); +private: std::istream& stream; bool eof; int linenumber;