1 diff --git a/src/AIEcho.cpp b/src/AIEcho.cpp
2 index 77d9f63..0e5f59e 100644
5 @@ -4387,7 +4387,7 @@ bool enemy_building_iterator::operator!=(const enemy_building_iterator& rhs) con
7 if(is_end && rhs.is_end)
9 - return is_end!=rhs.is_end || team!=rhs.team || building_type!=rhs.building_type || level!=rhs.level || construction_site!=rhs.construction_site;
10 + return bool {is_end!=rhs.is_end || team!=rhs.team || building_type!=rhs.building_type || level!=rhs.level || construction_site!=rhs.construction_site};