mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1665 Fix Linux build errors
This commit is contained in:
@@ -121,7 +121,7 @@ TEST(RicfCommands, ErrorMessages)
|
||||
for (const auto& msg: errors.m_messages)
|
||||
{
|
||||
QString label;
|
||||
if (msg.first == RicfMessages::ERROR)
|
||||
if (msg.first == RicfMessages::MESSAGE_ERROR)
|
||||
{
|
||||
label = "Error : ";
|
||||
}
|
||||
@@ -136,4 +136,4 @@ TEST(RicfCommands, ErrorMessages)
|
||||
{
|
||||
delete(obj);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user