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