summaryrefslogtreecommitdiff
path: root/src/mapsector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapsector.cpp')
-rw-r--r--src/mapsector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapsector.cpp b/src/mapsector.cpp
index 0d40a659d..7bc4bd3a3 100644
--- a/src/mapsector.cpp
+++ b/src/mapsector.cpp
@@ -133,7 +133,7 @@ void MapSector::deleteBlock(MapBlock *block)
delete block;
}
-void MapSector::getBlocks(std::list<MapBlock*> &dest)
+void MapSector::getBlocks(MapBlockVect &dest)
{
for(std::map<s16, MapBlock*>::iterator bi = m_blocks.begin();
bi != m_blocks.end(); ++bi)