This commit is contained in:
Hackerpilot 2014-07-24 18:12:42 -07:00
commit cfd6192bc6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class ObjectConstCheck : BaseAnalyzer
{
addErrorMessage(d.functionDeclaration.name.line,
d.functionDeclaration.name.column, "Methods 'opCmp', 'toHash',"
~ " 'opEquals', and 'toString' should be declared const.");
~ " 'opEquals', and 'toString' are non-const.");
}
d.accept(this);
}