diff options
Diffstat (limited to 'gcc/cp/class.h')
-rw-r--r-- | gcc/cp/class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.h b/gcc/cp/class.h index 1c83d5beb7a..12e45f78415 100644 --- a/gcc/cp/class.h +++ b/gcc/cp/class.h @@ -103,7 +103,7 @@ struct candidate -5 if contravariance violation. */ } u; }; -int rank_for_overload (); +int rank_for_overload PROTO ((struct candidate *, struct candidate *)); /* Variables shared between class.c and call.c. */ |