From 3dacf1edd2e1e623b07819bb483ae61eff3854cd Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 10 Jul 2006 18:22:16 +0000 Subject: Made a load more stuff Extensible which might be of use to someone git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4293 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inspsocket.h') diff --git a/include/inspsocket.h b/include/inspsocket.h index 9858f0432..56c04373d 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -45,7 +45,7 @@ enum InspSocketError { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND, I * and use the InspSocket constructors to establish connections * and bindings. */ -class InspSocket +class InspSocket : public Extensible { protected: -- cgit v1.2.3