aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/cvt.c')
-rw-r--r--gcc/cp/cvt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c
index 0d1048cd7fe..d8d56522f14 100644
--- a/gcc/cp/cvt.c
+++ b/gcc/cp/cvt.c
@@ -1449,7 +1449,7 @@ convert_to_void (tree expr, impl_conv_void implicit, tsubst_flags_t complain)
do a little bit more work. */
tree
-convert (tree type, tree expr)
+convert (ttype_p type, tree expr)
{
tree intype;