summaryrefslogtreecommitdiff
path: root/src/parse/lex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/lex.cpp')
-rw-r--r--src/parse/lex.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parse/lex.cpp b/src/parse/lex.cpp
index 5530f0b5..2b84d0e4 100644
--- a/src/parse/lex.cpp
+++ b/src/parse/lex.cpp
@@ -930,8 +930,7 @@ void Lexer::ungetc()
m_last_char_valid = true;
}
-TTStream::TTStream(const TokenTree& input_tt):
- m_input_tt(input_tt)
+TTStream::TTStream(const TokenTree& input_tt)
{
DEBUG("input_tt = [" << input_tt << "]");
m_stack.push_back( ::std::make_pair(0, &input_tt) );