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

@@ -206,7 +206,7 @@ namespace BlackMisc
StatusSeverity getSeverity() const { return this->m_severity; }
//! Clip/reduce severity if higher (more critical)
bool clipSeverity(StatusSeverity severity);
bool clampSeverity(StatusSeverity severity);
//! Info or debug, no warning or error
bool isSeverityInfoOrLess() const { return this->m_severity == SeverityInfo || this->m_severity == SeverityDebug; }