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/dns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dns.h') diff --git a/include/dns.h b/include/dns.h index e907c7e2c..698dce3ea 100644 --- a/include/dns.h +++ b/include/dns.h @@ -30,7 +30,7 @@ struct dns_ip4list { /** The DNS class allows fast nonblocking resolution of hostnames * and ip addresses. It is based heavily upon firedns by Ian Gulliver. */ -class DNS +class DNS : public Extensible { private: in_addr *binip; -- cgit v1.2.3