fix typo
From-SVN: r118209
This commit is contained in:
parent
ebbc3ce18e
commit
32b1d579ae
@ -6089,7 +6089,7 @@ grokfndecl (tree ctype,
|
||||
{
|
||||
error (ctype
|
||||
? G_("static member function %qD cannot have cv-qualifier")
|
||||
: G_("non-static member function %qD cannot have cv-qualifier"),
|
||||
: G_("non-member function %qD cannot have cv-qualifier"),
|
||||
decl);
|
||||
quals = TYPE_UNQUALIFIED;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user