summaryrefslogtreecommitdiff
path: root/include/regchannel.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-03-01 00:57:24 -0500
committerAdam <Adam@anope.org>2013-03-01 00:57:24 -0500
commit91ad9d22cad8c1da3134975852ba1f732b55dabe (patch)
treef93eb451755e2e531c75d2c16ced8c96f17e243c /include/regchannel.h
parent6aa9ad938a4923bd730516aa97a6e19643fd5c57 (diff)
Fix Windows build
Diffstat (limited to 'include/regchannel.h')
-rw-r--r--include/regchannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/regchannel.h b/include/regchannel.h
index ab369ce2b..c20f874e1 100644
--- a/include/regchannel.h
+++ b/include/regchannel.h
@@ -168,7 +168,7 @@ class CoreExport ChannelInfo : public Serializable, public Extensible
public:
friend class ChanAccess;
friend class AutoKick;
- friend class BadWord;
+ friend struct BadWord;
typedef std::multimap<Anope::string, ModeLock *> ModeList;
Serialize::Checker<ModeList> mode_locks;