Skip to content

Commit

Permalink
[fold] fix windows issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Jan 6, 2025
1 parent 9960cbd commit f2891f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xrpld/ledger/OpenView.h
Original file line number Diff line number Diff line change
Expand Up @@ -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{};

//------------------------------------------------------------------------------

Expand Down

0 comments on commit f2891f8

Please sign in to comment.