mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -350,7 +350,7 @@ public:
|
||||
void
|
||||
testProtocol()
|
||||
{
|
||||
auto thresh = beast::severities::Severity::KInfo;
|
||||
auto thresh = beast::Severity::Info;
|
||||
auto logs = std::make_unique<Logs>(thresh);
|
||||
|
||||
protocol::TMManifests const manifests;
|
||||
|
||||
Reference in New Issue
Block a user