[cppcheck] Part 2: Some further style fixes etc.
[supertux.git] / src / lisp / lexer.cpp
index 99ffa81..daa219b 100644 (file)
@@ -30,6 +30,7 @@ Lexer::Lexer(std::istream& newstream) :
   bufend(),
   bufpos(),
   c(),
+  token_string(),
   token_length()
 {
   // trigger a refill of the buffer