From efc75198ded220f6af88914252c3361f6a5664d9 Mon Sep 17 00:00:00 2001 From: danieldg Date: Thu, 22 Oct 2009 22:29:35 +0000 Subject: Make ConfigTag::items private git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11956 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/socket.h') diff --git a/include/socket.h b/include/socket.h index bfde750ea..448d79e9f 100644 --- a/include/socket.h +++ b/include/socket.h @@ -131,7 +131,7 @@ namespace irc } } -struct ConfigTag; +class ConfigTag; /** This class handles incoming connections on client ports. * It will create a new User for every valid connection * and assign it a file descriptor. -- cgit v1.2.3