refs #642, as proposed by MS

https://dev.vatsim-germany.org/issues/642#note-4
This commit is contained in:
Klaus Basan
2016-04-23 13:55:42 +02:00
parent 32caa3f8f4
commit 8da559a186
5 changed files with 6 additions and 6 deletions

View File

@@ -197,7 +197,7 @@ namespace BlackMisc
return c.isEmpty() ? this->getCategoriesAsString() : c;
}
bool CStatusMessage::clipSeverity(CStatusMessage::StatusSeverity severity)
bool CStatusMessage::clampSeverity(CStatusMessage::StatusSeverity severity)
{
if (this->getSeverity() <= severity) { return false; }
this->setSeverity(severity);