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 c742c669e7
commit 7fa0a89b0c
3 changed files with 3 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)
{