TypenameTypeParameterAST::lastToken().

This commit is contained in:
Roberto Raggi
2009-01-06 12:06:45 +01:00
parent 1a7a8102d5
commit 7d719a660b

View File

@@ -2707,7 +2707,6 @@ unsigned TypenameTypeParameterAST::firstToken() const
unsigned TypenameTypeParameterAST::lastToken() const
{
assert(0 && "review me");
if (type_id)
return type_id->lastToken();
else if (equal_token)