summaryrefslogtreecommitdiff
path: root/src/navigationmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/navigationmanager.cpp')
-rw-r--r--src/navigationmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/navigationmanager.cpp b/src/navigationmanager.cpp
index 67d5760f0..189d37f4e 100644
--- a/src/navigationmanager.cpp
+++ b/src/navigationmanager.cpp
@@ -95,7 +95,7 @@ void NavigationManager::fillNum(int x, int y,
const MetaTile *const tiles,
int *const data)
{
- std::vector<Cell> cells;
+ STD_VECTOR<Cell> cells;
cells.push_back(Cell(x, y));
while (!cells.empty())
{