Fix errors

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-21 15:16:08 +01:00
parent eda9bf1f1a
commit 0e4f9a7ccf
2 changed files with 2 additions and 2 deletions

View File

@@ -365,7 +365,6 @@ public:
/** Journal has no default constructor. */
Journal() = delete;
[[deprecated]]
Journal(Journal const& other)
: Journal(other, nullptr)
{

View File

@@ -25,6 +25,7 @@
#include <source_location>
#include <utility>
#include <memory>
namespace ripple::log {
@@ -77,7 +78,7 @@ public:
void
setModuleName(std::string const& name) override;
std::unique_ptr<StructuredLogAttributes>
[[nodiscard]] std::unique_ptr<StructuredLogAttributes>
clone() const override;
void