mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linux fixes
This commit is contained in:
@@ -79,7 +79,7 @@ QList<caf::PdmOptionItemInfo> RicLinkVisibleViewsFeatureUi::calculateValueOption
|
||||
|
||||
if (fieldNeedingOptions == &m_masterView)
|
||||
{
|
||||
for (int i = 0; i < m_allViews.size(); i++)
|
||||
for (size_t i = 0; i < m_allViews.size(); i++)
|
||||
{
|
||||
RimCase* rimCase = NULL;
|
||||
m_allViews[i]->firstAnchestorOrThisOfType(rimCase);
|
||||
|
||||
Reference in New Issue
Block a user