Fixed the warn message.

This commit is contained in:
Roberto Raggi
2009-06-04 12:55:12 +02:00
parent 1c9a724a2f
commit e80eaae787

View File

@@ -502,7 +502,7 @@ protected:
if (! binding || ! binding->resolveNamespace(loc, ast->symbol->name())) {
translationUnit()->warning(ast->name->firstToken(),
"expected a namespace after `=' token");
"expected a namespace");
}
}