Commit 32b1d579 by Dirk Mueller

fix typo

From-SVN: r118209
parent ebbc3ce1
...@@ -6089,7 +6089,7 @@ grokfndecl (tree ctype, ...@@ -6089,7 +6089,7 @@ grokfndecl (tree ctype,
{ {
error (ctype error (ctype
? G_("static member function %qD cannot have cv-qualifier") ? 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); decl);
quals = TYPE_UNQUALIFIED; quals = TYPE_UNQUALIFIED;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment