diff options
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |