mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
WindowServer+AudioServer: Add some missing C_OBJECT macros.
This commit is contained in:
parent
60a9a232be
commit
e6eba24405
2 changed files with 4 additions and 5 deletions
|
@ -15,6 +15,7 @@ class WSMenu;
|
|||
class WSMenuBar;
|
||||
|
||||
class WSClientConnection final : public IPC::Server::Connection<WSAPI_ServerMessage, WSAPI_ClientMessage> {
|
||||
C_OBJECT(WSClientConnection)
|
||||
public:
|
||||
explicit WSClientConnection(CLocalSocket&, int client_id);
|
||||
~WSClientConnection() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue