* libcp1plugin.cc (plugin_build_decl): Adjust add_method call.
From-SVN: r247922
This commit is contained in:
parent
7c85c9fec4
commit
430af3cf5a
@ -812,7 +812,7 @@ safe_pushdecl_maybe_friend (tree decl, bool is_friend)
|
||||
save_oracle = cp_binding_oracle;
|
||||
cp_binding_oracle = NULL;
|
||||
|
||||
tree ret = pushdecl_maybe_friend (decl, is_friend);
|
||||
tree ret = pushdecl (decl, is_friend);
|
||||
|
||||
cp_binding_oracle = save_oracle;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user