We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3dd2c commit f7b00a9Copy full SHA for f7b00a9
src/tests/libxrpl/basics/log.cpp
@@ -72,10 +72,10 @@ class MockLogs : public Logs
72
{
73
}
74
75
- virtual std::unique_ptr<beast::Journal::Sink>
+ std::unique_ptr<beast::Journal::Sink>
76
makeSink(
77
std::string const& partition,
78
- beast::severities::Severity startingLevel)
+ beast::severities::Severity startingLevel) override
79
80
return std::make_unique<Sink>(partition, startingLevel, *this);
81
0 commit comments