diff options
Diffstat (limited to 'src/net/maphandler.h')
-rw-r--r-- | src/net/maphandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/maphandler.h b/src/net/maphandler.h index 017f3df42..b68fe19f1 100644 --- a/src/net/maphandler.h +++ b/src/net/maphandler.h @@ -29,6 +29,11 @@ namespace Net class MapHandler notfinal { public: + MapHandler() + { } + + A_DELETE_COPY(MapHandler) + virtual ~MapHandler() { } }; |