Fix issues

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-29 22:47:26 +01:00
parent fbacf83334
commit dc344e4114
4 changed files with 10 additions and 10 deletions

View File

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