diff options
Diffstat (limited to 'src/net/eathena/maphandler.h')
-rw-r--r-- | src/net/eathena/maphandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/maphandler.h b/src/net/eathena/maphandler.h index 855ec4da7..d99a48890 100644 --- a/src/net/eathena/maphandler.h +++ b/src/net/eathena/maphandler.h @@ -33,7 +33,7 @@ class MapHandler final : public Net::MapHandler A_DELETE_COPY(MapHandler) - ~MapHandler(); + ~MapHandler() override final; }; } // namespace EAthena |