summaryrefslogtreecommitdiff
path: root/Userland/Services/ImageDecoder/Forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/ImageDecoder/Forward.h')
-rw-r--r--Userland/Services/ImageDecoder/Forward.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/ImageDecoder/Forward.h b/Userland/Services/ImageDecoder/Forward.h
index c687713ec8..8490d20a3e 100644
--- a/Userland/Services/ImageDecoder/Forward.h
+++ b/Userland/Services/ImageDecoder/Forward.h
@@ -8,7 +8,7 @@
namespace WebContent {
-class ClientConnection;
+class ConnectionFromClient;
class PageHost;
}