diff options
Diffstat (limited to 'src/resources/beinginfo.cpp')
-rw-r--r-- | src/resources/beinginfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/beinginfo.cpp b/src/resources/beinginfo.cpp index e4fe5c851..5c10d5ae3 100644 --- a/src/resources/beinginfo.cpp +++ b/src/resources/beinginfo.cpp @@ -227,7 +227,7 @@ std::string BeingInfo::getColor(const ItemColor idx) const if (mColors == nullptr) return std::string(); - const std::map <ItemColor, ColorDB::ItemColorData>::const_iterator + const std::map <ItemColor, ItemColorData>::const_iterator it = mColors->find(idx); if (it == mColors->end()) return std::string(); |