diff options
Diffstat (limited to 'src/resources/map/mapobjectlist.h')
-rw-r--r-- | src/resources/map/mapobjectlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/mapobjectlist.h b/src/resources/map/mapobjectlist.h index 139ee08ea..327c9da9e 100644 --- a/src/resources/map/mapobjectlist.h +++ b/src/resources/map/mapobjectlist.h @@ -39,7 +39,7 @@ class MapObjectList final A_DELETE_COPY(MapObjectList) - std::vector<MapObject> objects; + STD_VECTOR<MapObject> objects; }; #endif // RESOURCES_MAP_MAPOBJECTLIST_H |