Fix issues

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-30 20:59:52 +01:00
parent 3cb3966f81
commit 1f3f2a1dc5
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ enum Severity {
kNone = kDisabled kNone = kDisabled
}; };
std::string_view std::string
to_string(Severity severity); to_string(Severity severity);
} // namespace severities } // namespace severities

View File

@@ -98,7 +98,7 @@ Journal::getNullSink()
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
std::string_view std::string
severities::to_string(Severity severity) severities::to_string(Severity severity)
{ {
switch (severity) switch (severity)