diff options
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index f68f83889..8cee75b9c 100644 --- a/include/channels.h +++ b/include/channels.h @@ -110,7 +110,7 @@ typedef std::map<userrec*, std::vector<prefixtype> > prefixlist; * This class represents a channel, and contains its name, modes, time created, topic, topic set time, * etc, and an instance of the BanList type. */ -class chanrec : public Extensible +class CoreExport chanrec : public Extensible { private: |