diff --git a/include/xrpl/ledger/ApplyView.h b/include/xrpl/ledger/ApplyView.h index 74543a0dc0..d1e3fa8c6e 100644 --- a/include/xrpl/ledger/ApplyView.h +++ b/include/xrpl/ledger/ApplyView.h @@ -402,6 +402,10 @@ struct ApplyViewContext { ApplyView& view; STTx const& tx; + + ApplyViewContext(ApplyViewContext const&) = delete; + ApplyViewContext& + operator=(ApplyViewContext const&) = delete; }; namespace directory {