summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-17 20:21:18 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-17 20:21:18 +0000
commitbd5c443a6a7e93df59e0ef23aacba46b0916a8da (patch)
tree0ed61f09dfb51bc656f3ddcfda97a1d5798c5eec /include/users.h
parent822e2ca5aa84cb5f46bfa42b8bb7481231fdf691 (diff)
Some windows compile fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11891 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index 0ce9f59ab..385cd2dfe 100644
--- a/include/users.h
+++ b/include/users.h
@@ -59,7 +59,7 @@ enum RegistrationState {
/* Required forward declaration */
class Channel;
class UserResolver;
-class ConfigTag;
+struct ConfigTag;
/** Holds information relevent to &lt;connect allow&gt; and &lt;connect deny&gt; tags in the config file.
*/