mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #642, as proposed by MS
https://dev.vatsim-germany.org/issues/642#note-4
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user