diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-31 21:52:04 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-31 21:52:04 -0600 |
commit | 78e67de6f70aab502a85578264b60493a818b39f (patch) | |
tree | 33e99673a23bd5d08ba116c3f8756cffc5f6779f /src/net/ea/maploginhandler.h | |
parent | 37432edac65a6b85c7a3414a421f2afd3e67a14e (diff) | |
download | mana-client-78e67de6f70aab502a85578264b60493a818b39f.tar.gz mana-client-78e67de6f70aab502a85578264b60493a818b39f.tar.bz2 mana-client-78e67de6f70aab502a85578264b60493a818b39f.tar.xz mana-client-78e67de6f70aab502a85578264b60493a818b39f.zip |
Make network handler functions virtual
Diffstat (limited to 'src/net/ea/maploginhandler.h')
-rw-r--r-- | src/net/ea/maploginhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/maploginhandler.h b/src/net/ea/maploginhandler.h index 40f8e7bc..33ac9ee7 100644 --- a/src/net/ea/maploginhandler.h +++ b/src/net/ea/maploginhandler.h @@ -29,7 +29,7 @@ class MapLoginHandler : public MessageHandler public: MapLoginHandler(); - void handleMessage(MessageIn &msg); + virtual void handleMessage(MessageIn &msg); }; #endif // NET_EA_MAPLOGINHANDLER_H |