summaryrefslogtreecommitdiff
path: root/src/gui/models/extendednamesmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/extendednamesmodel.cpp')
-rw-r--r--src/gui/models/extendednamesmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/extendednamesmodel.cpp b/src/gui/models/extendednamesmodel.cpp
index 146473a91..76191ae5a 100644
--- a/src/gui/models/extendednamesmodel.cpp
+++ b/src/gui/models/extendednamesmodel.cpp
@@ -59,7 +59,7 @@ const Image *ExtendedNamesModel::getImageAt(int i)
void ExtendedNamesModel::clear()
{
mNames.clear();
- FOR_EACH (std::vector<Image*>::iterator, it, mImages)
+ FOR_EACH (STD_VECTOR<Image*>::iterator, it, mImages)
{
if (*it != nullptr)
(*it)->decRef();