From 1e9b7c519953c73c6e5ca4ce2169eb674267c115 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Apr 2013 16:40:24 +0300 Subject: fix style in other files. --- src/maplayer.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/maplayer.h') diff --git a/src/maplayer.h b/src/maplayer.h index d934817b0..ff9c4f6db 100644 --- a/src/maplayer.h +++ b/src/maplayer.h @@ -41,7 +41,8 @@ typedef std::vector MepRowImages; class MapRowVertexes final { public: - MapRowVertexes() + MapRowVertexes() : + images() { images.reserve(30); } @@ -68,8 +69,10 @@ class MapObject final class MapObjectList final { public: - MapObjectList() - { } + MapObjectList() : + objects() + { + } A_DELETE_COPY(MapObjectList) -- cgit v1.2.3-60-g2f50