diff --git a/lib/tokenlist.cpp b/lib/tokenlist.cpp index 7366cf245..a9ba65c52 100644 --- a/lib/tokenlist.cpp +++ b/lib/tokenlist.cpp @@ -1467,7 +1467,7 @@ void TokenList::validateAst() const if (!tok->astOperand1() || !tok->astOperand2()) throw InternalError(tok, "Syntax Error: AST broken, '" + tok->previous()->str() + - "' doesn't have two operands.", + "' doesn't have two operands.", InternalError::AST); } }