diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-29 15:35:00 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-29 15:35:00 +0000 |
commit | 1a897a19105498bff0104e296a6c39a5864e5600 (patch) | |
tree | 47271fb17bf78aab0beec17b117a767a4491d0c4 /include/connection.h | |
parent | 7b945354cc8f3fde0a5a491facb577eccd5897cc (diff) |
Moved more types into Extensible
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@752 e03df62e-2008-0410-955e-edbf42e46eb7
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 |