diff options
Diffstat (limited to 'gcc/cp/friend.c')
-rw-r--r-- | gcc/cp/friend.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/friend.c b/gcc/cp/friend.c index f815b99..faf558c 100644 --- a/gcc/cp/friend.c +++ b/gcc/cp/friend.c @@ -325,7 +325,8 @@ make_friend_class (tree type, tree friend_type, bool complain) tree do_friend (tree ctype, tree declarator, tree decl, - tree attrlist, enum overload_flags flags, tree quals, + tree attrlist, enum overload_flags flags, + cp_cv_quals quals, int funcdef_flag) { /* Every decl that gets here is a friend of something. */ |