summaryrefslogtreecommitdiff
path: root/src/listeners/buyingstoreslotslistener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/listeners/buyingstoreslotslistener.cpp')
-rw-r--r--src/listeners/buyingstoreslotslistener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listeners/buyingstoreslotslistener.cpp b/src/listeners/buyingstoreslotslistener.cpp
index fc7c307a4..5afeaaa48 100644
--- a/src/listeners/buyingstoreslotslistener.cpp
+++ b/src/listeners/buyingstoreslotslistener.cpp
@@ -28,7 +28,7 @@ defineListener(BuyingStoreSlotsListener)
void BuyingStoreSlotsListener::distributeEvent(const int slots)
{
- FOR_EACH (std::vector<BuyingStoreSlotsListener*>::iterator,
+ FOR_EACH (STD_VECTOR<BuyingStoreSlotsListener*>::iterator,
it, mListeners)
{
BuyingStoreSlotsListener *const listener = *it;