diff options
Diffstat (limited to 'gcc/cp/name-lookup.c')
-rw-r--r-- | gcc/cp/name-lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c index 50a92ca..d03fbb0 100644 --- a/gcc/cp/name-lookup.c +++ b/gcc/cp/name-lookup.c @@ -2825,7 +2825,7 @@ set_decl_namespace (tree decl, tree scope, bool friendp) if (scope == current_namespace) { if (at_namespace_scope_p ()) - error ("explicit qualification in declaration of `%D'", + error ("explicit qualification in declaration of %qD", decl); return; } |