From 113062306dc09739ae46dd22274423320213bc7a Mon Sep 17 00:00:00 2001 From: Jeffrey Oldham Date: Fri, 20 Oct 2000 16:06:05 +0000 Subject: decl.c (revert_static_member_fn): Fixed typo. 2000-10-20 Jeffrey Oldham * decl.c (revert_static_member_fn): Fixed typo. From-SVN: r36966 --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/decl.c') diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 0dc17c1..7963a52 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -14612,7 +14612,7 @@ revert_static_member_fn (decl) if (CP_TYPE_QUALS (TREE_TYPE (TREE_VALUE (args))) != TYPE_UNQUALIFIED) cp_error ("static member function `%#D' declared with type qualifiers", - *decl); + decl); args = TREE_CHAIN (args); tmp = build_function_type (TREE_TYPE (function), args); -- cgit v1.1