Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaksandrDziarkach committed Apr 1, 2024
1 parent fdb8c40 commit 43b271e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/indigo-core/common/base_cpp/properties_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ int PropertiesMap::PrAuto::next(int k)
}
PropertiesMap::PrIter PropertiesMap::PrAuto::end()
{
return PropertiesMap::PrIter(_owner, _owner._propertiesOrdered.size());
return PropertiesMap::PrIter(_owner, static_cast<int>(_owner._propertiesOrdered.size()));
}

0 comments on commit 43b271e

Please sign in to comment.