From b2b348d4baf2891fd82635e068a4f64d2694ba6d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Oct 2012 15:15:39 +0300 Subject: Fix compilation warnings without C++11 support. --- src/map.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 803a400af..f7b702843 100644 --- a/src/map.h +++ b/src/map.h @@ -66,7 +66,7 @@ struct MetaTile final parentX(0), parentY(0), blockmask(0) {} - A_DELETE_COPY(MetaTile); + A_DELETE_COPY(MetaTile) // Pathfinding members int Fcost; /**< Estimation of total path cost */ @@ -88,7 +88,7 @@ class TileAnimation final ~TileAnimation(); - A_DELETE_COPY(TileAnimation); + A_DELETE_COPY(TileAnimation) bool update(const int ticks = 1); @@ -160,7 +160,7 @@ class Map final : public Properties, public ConfigListener Map(const int width, const int height, const int tileWidth, const int tileHeight); - A_DELETE_COPY(Map); + A_DELETE_COPY(Map) /** * Destructor. -- cgit v1.2.3-60-g2f50