From cc7367cd619a9e05931016c451f6925ccfb56356 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 6 May 2016 19:23:17 +0300 Subject: Add missing base classes into constructors initialization lists. --- src/resources/map/mapheights.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/resources/map/mapheights.cpp') diff --git a/src/resources/map/mapheights.cpp b/src/resources/map/mapheights.cpp index b785df72c..67f3b34ec 100644 --- a/src/resources/map/mapheights.cpp +++ b/src/resources/map/mapheights.cpp @@ -22,7 +22,9 @@ #include "debug.h" -MapHeights::MapHeights(const int width, const int height) : +MapHeights::MapHeights(const int width, + const int height) : + MemoryCounter(), mWidth(width), mHeight(height), mTiles(new uint8_t[mWidth * mHeight]) -- cgit v1.2.3-70-g09d2