mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Userland: Make IPC handlers return void if they don't have any outputs
This commit is contained in:
committed by
Andreas Kling
parent
7cf2839a26
commit
889359b6f9
@@ -58,9 +58,8 @@ const Web::Page& ClientConnection::page() const
|
||||
return m_page_host->page();
|
||||
}
|
||||
|
||||
Messages::WebContentServer::GreetResponse ClientConnection::handle(const Messages::WebContentServer::Greet&)
|
||||
void ClientConnection::handle(const Messages::WebContentServer::Greet&)
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
void ClientConnection::handle(const Messages::WebContentServer::UpdateSystemTheme& message)
|
||||
|
||||
Reference in New Issue
Block a user