diff options
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h index eaa995f89..ee723764c 100644 --- a/include/connection.h +++ b/include/connection.h @@ -38,7 +38,7 @@ * connection(s) relating to the server you want information on. * The core and module API provide functions for this. */ -class ircd_connector : public classbase +class ircd_connector : public Extensible { private: /** Sockaddr of the outbound ip and port |