removed namespaces
This commit is contained in:
@@ -38,7 +38,7 @@ void NotificationPopup::updatePosition()
|
||||
}
|
||||
}
|
||||
|
||||
void NotificationPopup::addMessage(messages::MessagePtr msg)
|
||||
void NotificationPopup::addMessage(chatterino::MessagePtr msg)
|
||||
{
|
||||
this->channel->addMessage(msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user