1
Fork 0
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:
Andreas Kling 2019-07-27 18:43:59 +02:00
parent 60a9a232be
commit e6eba24405
2 changed files with 4 additions and 5 deletions

View file

@ -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;