From f2891f81f676e606060ffb2be6de6e5d08714944 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Mon, 6 Jan 2025 14:58:10 -0500 Subject: [PATCH] [fold] fix windows issue --- src/xrpld/ledger/OpenView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xrpld/ledger/OpenView.h b/src/xrpld/ledger/OpenView.h index ce033cae3cc..6f12a58cdd1 100644 --- a/src/xrpld/ledger/OpenView.h +++ b/src/xrpld/ledger/OpenView.h @@ -51,8 +51,8 @@ inline constexpr struct open_ledger_t */ inline constexpr struct batch_view_t { - constexpr batch_view_t() {}; -} batch_view; + constexpr batch_view_t() = default; +} batch_view{}; //------------------------------------------------------------------------------