diff options
Diffstat (limited to 'src/net/ea/loginhandler.h')
-rw-r--r-- | src/net/ea/loginhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/loginhandler.h b/src/net/ea/loginhandler.h index 053e8500a..6040e72fd 100644 --- a/src/net/ea/loginhandler.h +++ b/src/net/ea/loginhandler.h @@ -41,7 +41,7 @@ namespace Net namespace Ea { -class LoginHandler : public Net::LoginHandler +class LoginHandler notfinal : public Net::LoginHandler { public: A_DELETE_COPY(LoginHandler) |