summaryrefslogtreecommitdiff
path: root/src/mapsector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapsector.h')
-rw-r--r--src/mapsector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapsector.h b/src/mapsector.h
index ff1ca7be6..b0ed9c88c 100644
--- a/src/mapsector.h
+++ b/src/mapsector.h
@@ -94,7 +94,7 @@ class ServerMapSector : public MapSector
{
public:
ServerMapSector(Map *parent, v2s16 pos, IGameDef *gamedef);
- ~ServerMapSector();
+ ~ServerMapSector() = default;
u32 getId() const
{
@@ -124,7 +124,7 @@ class ClientMapSector : public MapSector
{
public:
ClientMapSector(Map *parent, v2s16 pos, IGameDef *gamedef);
- ~ClientMapSector();
+ ~ClientMapSector() = default;
u32 getId() const
{