diff options
Diffstat (limited to 'gcc/cp/name-lookup.h')
-rw-r--r-- | gcc/cp/name-lookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/name-lookup.h b/gcc/cp/name-lookup.h index 70c12a219f5..db0bfe09aa8 100644 --- a/gcc/cp/name-lookup.h +++ b/gcc/cp/name-lookup.h @@ -191,7 +191,7 @@ struct cp_binding_level GTY(()) VEC(tree,gc) *static_decls; /* A chain of VTABLE_DECL nodes. */ - tree vtables; + tree vtables; /* A list of USING_DECL nodes. */ tree usings; |