mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add virtual destructor to Logs
This commit is contained in:
@@ -159,6 +159,8 @@ public:
|
||||
Logs (Logs const&) = delete;
|
||||
Logs& operator= (Logs const&) = delete;
|
||||
|
||||
virtual ~Logs() = default;
|
||||
|
||||
bool
|
||||
open (boost::filesystem::path const& pathToLogFile);
|
||||
|
||||
|
||||
@@ -128,6 +128,8 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
~SuiteLogs() override = default;
|
||||
|
||||
std::unique_ptr<beast::Journal::Sink>
|
||||
makeSink(std::string const& partition,
|
||||
beast::Journal::Severity startingLevel) override
|
||||
|
||||
Reference in New Issue
Block a user