Commit 430af3cf by Nathan Sidwell

* libcp1plugin.cc (plugin_build_decl): Adjust add_method call.

From-SVN: r247922
parent 7c85c9fe
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment