mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
IRCClient: Fix build. Forgot to update a function signature.
This commit is contained in:
@@ -648,7 +648,7 @@ void IRCClient::handle_part_action(const String& channel)
|
||||
part_channel(channel);
|
||||
}
|
||||
|
||||
void IRCClient::did_part_from_channel(IRCChannel& channel)
|
||||
void IRCClient::did_part_from_channel(Badge<IRCChannel>, IRCChannel& channel)
|
||||
{
|
||||
if (on_part_from_channel)
|
||||
on_part_from_channel(channel);
|
||||
|
||||
Reference in New Issue
Block a user