diff options
Diffstat (limited to 'src/net/buysellhandler.h')
-rw-r--r-- | src/net/buysellhandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/buysellhandler.h b/src/net/buysellhandler.h index fcbdc9465..79cb60b6c 100644 --- a/src/net/buysellhandler.h +++ b/src/net/buysellhandler.h @@ -31,6 +31,11 @@ namespace Net class BuySellHandler notfinal { public: + BuySellHandler() + { } + + A_DELETE_COPY(BuySellHandler) + virtual ~BuySellHandler() { } |