summaryrefslogtreecommitdiff
path: root/src/station.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.cpp')
-rw-r--r--src/station.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station.cpp b/src/station.cpp
index e0a48ef22..456262dea 100644
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -106,7 +106,7 @@ Station::~Station()
}
lg->RemoveNode(this->goods[c].node);
if (lg->Size() == 0) {
- LinkGraphSchedule::Instance()->Unqueue(lg);
+ LinkGraphSchedule::instance.Unqueue(lg);
delete lg;
}
}