Skip to content

Commit 29430af

Browse files
committed
Make settings virtual.
1 parent 77c0121 commit 29430af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/bitcoin/protocol/settings.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ namespace protocol {
3131
/// Common protocol configuration settings, properties not thread safe.
3232
struct BCP_API settings
3333
{
34+
DEFAULT_COPY_MOVE_DESTRUCT(settings);
35+
3436
settings() NOEXCEPT;
3537
settings(uint32_t send_high_water, uint32_t receive_high_water) NOEXCEPT;
3638

0 commit comments

Comments
 (0)