summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-03 21:13:18 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-03 21:13:18 +0300
commitaf61285030fa17604a0d3812c679c45cdc8c2a5d (patch)
tree1d37788d1e03b7cca8b20e3d6c4a68ad70ac02c9 /src/net/eathena/beinghandler.h
parent4546f29469d01fcbb5a030c4cf1746b786b495da (diff)
downloadManaVerse-af61285030fa17604a0d3812c679c45cdc8c2a5d.tar.gz
ManaVerse-af61285030fa17604a0d3812c679c45cdc8c2a5d.tar.bz2
ManaVerse-af61285030fa17604a0d3812c679c45cdc8c2a5d.tar.xz
ManaVerse-af61285030fa17604a0d3812c679c45cdc8c2a5d.zip
Remove network handlers in general handler was deleted.
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index 0574f5270..cb8f8c248 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -35,6 +35,8 @@ class BeingHandler final : public Ea::BeingHandler
A_DELETE_COPY(BeingHandler)
+ ~BeingHandler();
+
void requestNameById(const BeingId id) const override final;
void undress(Being *const being) const override final;