diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-06 09:41:29 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-06 09:41:29 +0000 |
commit | da7f51a31ca5f563c656b65b4c81ab74520852a4 (patch) | |
tree | 8e128667e676dfbd210f41a4cd93c6db3fe6d06e | |
parent | 47960b7a8a56831920a938ea42ccd5e397a1811e (diff) | |
download | ppe42-gcc-da7f51a31ca5f563c656b65b4c81ab74520852a4.tar.gz ppe42-gcc-da7f51a31ca5f563c656b65b4c81ab74520852a4.zip |
oops, missed a bit in previous commit
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45436 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 78659c7f1ea..1526a05142b 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 *)); |