X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flisp%2Flexer.hpp;h=f85c86e15f05c9d71abd6df11fee0f3ca4ef2e1f;hb=2ad3ecbc14b77d373c796ad04d6389489666cc01;hp=5c5f2d58c860ebda90e2ca51576f90c431b74d8e;hpb=ea0629af91963ee2e4ab6b41124b5a7075ddd309;p=supertux.git diff --git a/src/lisp/lexer.hpp b/src/lisp/lexer.hpp index 5c5f2d58c..f85c86e15 100644 --- a/src/lisp/lexer.hpp +++ b/src/lisp/lexer.hpp @@ -53,6 +53,7 @@ private: }; inline void nextChar(); + inline void addChar(); std::istream& stream; bool eof;