diff options
Diffstat (limited to 'src/net/ea/tradehandler.h')
-rw-r--r-- | src/net/ea/tradehandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/tradehandler.h b/src/net/ea/tradehandler.h index dacd772bc..2d1d3b74b 100644 --- a/src/net/ea/tradehandler.h +++ b/src/net/ea/tradehandler.h @@ -36,7 +36,7 @@ class TradeHandler notfinal : public Net::TradeHandler A_DELETE_COPY(TradeHandler) void removeItem(const int slotNum, - const int amount) const override final A_CONST; + const int amount) const override final; }; } // namespace Ea |