From ee643ad2a5e8a1d964e43f9935836daec4995934 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 9 Apr 2021 01:03:30 +0100 Subject: Migrate IOHookProvider from reference<> to std::shared_ptr<>. --- include/modules/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules') diff --git a/include/modules/ssl.h b/include/modules/ssl.h index 5aef29705..72f45bf69 100644 --- a/include/modules/ssl.h +++ b/include/modules/ssl.h @@ -204,7 +204,7 @@ class SSLIOHook : public IOHook return NULL; } - SSLIOHook(IOHookProvider* hookprov) + SSLIOHook(std::shared_ptr hookprov) : IOHook(hookprov) { } -- cgit v1.3.1-10-gc9f91