mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Linux compile warning fix
p4#: 21316
This commit is contained in:
parent
da82770e5f
commit
427bf5a2dd
@ -1097,7 +1097,7 @@ bool RimUiTreeView::userConfirmedGridCaseGroupChange(const QModelIndexList& item
|
||||
else
|
||||
{
|
||||
questionText = "This operation will invalidate statistics results in grid case groups\n";
|
||||
for (int i = 0; i < typedObjects.size(); i++)
|
||||
for (size_t i = 0; i < typedObjects.size(); i++)
|
||||
{
|
||||
questionText += QString("\"%1\"\n").arg(typedObjects[i]->name());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user