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