From 7110535309675a6579c57900ef75498bfb2e0ce6 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 20:59:41 +0000 Subject: Rename ServiceProvider::creator to service_creator and add GetSource. --- src/streamsocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/streamsocket.cpp') diff --git a/src/streamsocket.cpp b/src/streamsocket.cpp index 616e507a2..46b210160 100644 --- a/src/streamsocket.cpp +++ b/src/streamsocket.cpp @@ -489,7 +489,7 @@ IOHook* StreamSocket::GetModHook(Module* mod) const { for (IOHook* curr = GetIOHook(); curr; curr = GetNextHook(curr)) { - if (curr->prov->creator == mod) + if (curr->prov->service_creator == mod) return curr; } return nullptr; -- cgit v1.3.1-10-gc9f91