diff options
Diffstat (limited to 'src/net/ea/buysellhandler.h')
-rw-r--r-- | src/net/ea/buysellhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/buysellhandler.h b/src/net/ea/buysellhandler.h index 26f0d2716..3119d5d18 100644 --- a/src/net/ea/buysellhandler.h +++ b/src/net/ea/buysellhandler.h @@ -39,6 +39,8 @@ class BuySellHandler : public Net::BuySellHandler public: BuySellHandler(); + A_DELETE_COPY(BuySellHandler); + virtual void requestSellList(std::string nick); virtual void requestBuyList(std::string nick); |