aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-04-09 01:03:30 +0100
committerGravatar Sadie Powell2021-04-09 01:03:30 +0100
commitee643ad2a5e8a1d964e43f9935836daec4995934 (patch)
tree1f10a5d185a3137ccdc10b4ed9149ebf50acbdee /include/modules
parentRemove usecountbase from ExtensionItem and refer to using pointers. (diff)
Migrate IOHookProvider from reference<> to std::shared_ptr<>.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/ssl.h2
1 files changed, 1 insertions, 1 deletions
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<IOHookProvider> hookprov)
: IOHook(hookprov)
{
}