From f36518ed2fb6444884f991bcd6c8e0c3acd47beb Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 4 Jun 2016 15:08:50 +0800 Subject: Compilation fixes (clang and different gcc version) --- src/parse/parseerror.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/parse/parseerror.cpp') diff --git a/src/parse/parseerror.cpp b/src/parse/parseerror.cpp index 7c6f6a21..116776a5 100644 --- a/src/parse/parseerror.cpp +++ b/src/parse/parseerror.cpp @@ -47,8 +47,7 @@ CompileError::Todo::~Todo() throw() { } -ParseError::BadChar::BadChar(const TokenStream& lex, char character): - m_char(character) +ParseError::BadChar::BadChar(const TokenStream& lex, char character) { ::std::cout << lex.getPosition() << ": BadChar(" << character << ")" << ::std::endl; } -- cgit v1.2.3