From 5234e23b11138cf83cc55185c79b5fe2918e1066 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Thu, 6 Sep 2001 09:41:29 +0000 Subject: [PATCH] oops, missed a bit in previous commit From-SVN: r45436 --- gcc/cp/class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 78659c7f1ea6..1526a05142b4 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -191,7 +191,7 @@ static void force_canonical_binfo_r PARAMS ((tree, tree, tree, tree)); static void force_canonical_binfo PARAMS ((tree, tree, tree, tree)); static tree dfs_unshared_virtual_bases PARAMS ((tree, void *)); static void mark_primary_bases PARAMS ((tree)); -static tree mark_primary_virtual_base PARAMS ((tree, tree, tree)); +static tree mark_primary_virtual_base PARAMS ((tree, tree)); static void clone_constructors_and_destructors PARAMS ((tree)); static tree build_clone PARAMS ((tree, tree)); static void update_vtable_entry_for_fn PARAMS ((tree, tree, tree, tree *)); -- 2.47.2