From 9960cbdbb71ba9726f613127b412390753778494 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Mon, 6 Jan 2025 14:23:22 -0500 Subject: [PATCH] [fold] 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 737e2f72357..ce033cae3cc 100644 --- a/src/xrpld/ledger/OpenView.h +++ b/src/xrpld/ledger/OpenView.h @@ -41,8 +41,8 @@ namespace ripple { */ inline constexpr struct open_ledger_t { - constexpr open_ledger_t() {}; -} open_ledger; + constexpr open_ledger_t() = default; +} open_ledger{}; /** Batch view construction tag.