Skip to content

Commit c7f0eb8

Browse files
committed
Fix issues
Signed-off-by: JCW <[email protected]>
1 parent b7a48d5 commit c7f0eb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/xrpl/beast/utility/Journal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ enum Severity {
9797
kNone = kDisabled
9898
};
9999

100-
std::string_view
100+
std::string
101101
to_string(Severity severity);
102102
} // namespace severities
103103

src/libxrpl/beast/utility/beast_Journal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Journal::getNullSink()
9898

9999
//------------------------------------------------------------------------------
100100

101-
std::string_view
101+
std::string
102102
severities::to_string(Severity severity)
103103
{
104104
switch (severity)

0 commit comments

Comments
 (0)