summaryrefslogtreecommitdiff
path: root/Userland/Services/SymbolServer
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/SymbolServer')
-rw-r--r--Userland/Services/SymbolServer/ClientConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/SymbolServer/ClientConnection.h b/Userland/Services/SymbolServer/ClientConnection.h
index 900aaf3301..ea6132983c 100644
--- a/Userland/Services/SymbolServer/ClientConnection.h
+++ b/Userland/Services/SymbolServer/ClientConnection.h
@@ -17,7 +17,7 @@ namespace SymbolServer {
class ClientConnection final
: public IPC::ClientConnection<SymbolClientEndpoint, SymbolServerEndpoint>
- , public SymbolServerEndpoint {
+{
C_OBJECT(ClientConnection);
public: