summaryrefslogtreecommitdiff
path: root/modules/extra/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/ssl.h')
-rw-r--r--modules/extra/ssl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/extra/ssl.h b/modules/extra/ssl.h
index 8261e4705..5b404067a 100644
--- a/modules/extra/ssl.h
+++ b/modules/extra/ssl.h
@@ -1,8 +1,8 @@
-class SSLService : public Service<SSLService>
+class SSLService : public Service<Base>
{
public:
- SSLService(Module *o, const Anope::string &n) : Service<SSLService>(o, n) { }
+ SSLService(Module *o, const Anope::string &n) : Service<Base>(o, n) { }
virtual void Init(Socket *s) = 0;
};