mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix linux compile error and warnings
This commit is contained in:
@@ -138,7 +138,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
return "X"; // Just for debugging
|
||||
return QwtText( QString( "X" ) ); // Just for debugging
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user