From-SVN: r118209
This commit is contained in:
Dirk Mueller 2006-10-30 23:41:07 +00:00
parent ebbc3ce18e
commit 32b1d579ae

View File

@ -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;
}