diff options
Diffstat (limited to 'src/net/tmwa/maphandler.h')
-rw-r--r-- | src/net/tmwa/maphandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/maphandler.h b/src/net/tmwa/maphandler.h index df061dde2..10382222d 100644 --- a/src/net/tmwa/maphandler.h +++ b/src/net/tmwa/maphandler.h @@ -32,6 +32,8 @@ class MapHandler final : public Net::MapHandler MapHandler(); A_DELETE_COPY(MapHandler) + + ~MapHandler(); }; } // namespace TmwAthena |