Skip to content

Commit f7b00a9

Browse files
committed
Fix errors
Signed-off-by: JCW <[email protected]>
1 parent 9b3dd2c commit f7b00a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/libxrpl/basics/log.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ class MockLogs : public Logs
7272
{
7373
}
7474

75-
virtual std::unique_ptr<beast::Journal::Sink>
75+
std::unique_ptr<beast::Journal::Sink>
7676
makeSink(
7777
std::string const& partition,
78-
beast::severities::Severity startingLevel)
78+
beast::severities::Severity startingLevel) override
7979
{
8080
return std::make_unique<Sink>(partition, startingLevel, *this);
8181
}

0 commit comments

Comments
 (0)