summaryrefslogtreecommitdiff
path: root/src/net/ea/loginhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/loginhandler.h')
-rw-r--r--src/net/ea/loginhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/loginhandler.h b/src/net/ea/loginhandler.h
index 05d819ffe..994029247 100644
--- a/src/net/ea/loginhandler.h
+++ b/src/net/ea/loginhandler.h
@@ -40,7 +40,7 @@ class LoginHandler : public Net::LoginHandler
public:
A_DELETE_COPY(LoginHandler)
- ~LoginHandler();
+ virtual ~LoginHandler();
int supportedOptionalActions() const override A_WARN_UNUSED
{ return SetGenderOnRegister; }