#1665 Fix Linux build errors

This commit is contained in:
Bjørnar Grip Fjær
2017-07-28 12:03:16 +02:00
parent 14627fae53
commit f23f7b0f7d
2 changed files with 6 additions and 6 deletions

View File

@@ -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);
}
}
}