From 499a0bc5b9c7d57c227eaf16d11b14865bd066d5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 May 2014 16:08:42 +0300 Subject: Add missing notfinal/final to classes. --- src/net/ea/buysellhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/ea/buysellhandler.h') diff --git a/src/net/ea/buysellhandler.h b/src/net/ea/buysellhandler.h index 0aa984d43..75e78a251 100644 --- a/src/net/ea/buysellhandler.h +++ b/src/net/ea/buysellhandler.h @@ -30,7 +30,7 @@ class BuyDialog; namespace Ea { -class BuySellHandler : public Net::BuySellHandler +class BuySellHandler notfinal : public Net::BuySellHandler { public: BuySellHandler(); -- cgit v1.2.3-60-g2f50