mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix missing return statement
This commit is contained in:
parent
58c1734334
commit
16536cfde7
@ -296,7 +296,7 @@ int RimGridPlotWindow::columnCount() const
|
||||
{
|
||||
if ( m_columnCountEnum() == COLUMNS_UNLIMITED )
|
||||
{
|
||||
std::numeric_limits<int>::max();
|
||||
return std::numeric_limits<int>::max();
|
||||
}
|
||||
return static_cast<int>( m_columnCountEnum() );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user