summaryrefslogtreecommitdiff
path: root/Userland/Services/InspectorServer/Forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/InspectorServer/Forward.h')
-rw-r--r--Userland/Services/InspectorServer/Forward.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/InspectorServer/Forward.h b/Userland/Services/InspectorServer/Forward.h
index 97cdfba43c..d9afd43ae2 100644
--- a/Userland/Services/InspectorServer/Forward.h
+++ b/Userland/Services/InspectorServer/Forward.h
@@ -8,6 +8,6 @@
namespace SymbolServer {
-class ClientConnection;
+class ConnectionFromClient;
}