mu-message-priority: set namespace correctly
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
using namespace Mu;
|
using namespace Mu;
|
||||||
|
|
||||||
std::string
|
std::string
|
||||||
to_string(MessagePriority prio)
|
Mu::to_string(MessagePriority prio)
|
||||||
{
|
{
|
||||||
return std::string{message_priority_name(prio)};
|
return std::string{message_priority_name(prio)};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user