mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed linux compile error
This commit is contained in:
parent
e031f89dcc
commit
9746bf7ccb
@ -157,7 +157,8 @@ QString RimSummaryCaseCollection::uniqueShortNameForCase(RimSummaryCase* summary
|
||||
|
||||
if (caseName.size() > 2)
|
||||
{
|
||||
QString candidate = caseName[0];
|
||||
QString candidate;
|
||||
candidate += caseName[0];
|
||||
|
||||
for (int i = 1; i < caseName.size(); ++i )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user