]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Windows support. Tested and working to compile on freebsd and linux. Next step is...
[user/henk/code/inspircd.git] / include / channels.h
index f68f838894e8defb9460763bd09f99c1bc10f049..8cee75b9ca0a442d2d079be93c04ada9b190b9be 100644 (file)
@@ -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: