]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
CoreExport ConfigTag, fixes unresolved symbols when linking on windows.
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 17 Oct 2009 21:14:05 +0000 (21:14 +0000)
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 17 Oct 2009 21:14:05 +0000 (21:14 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11894 e03df62e-2008-0410-955e-edbf42e46eb7

include/configreader.h

index 8d969b360d70a752ae62a602277106fa599121e9..553f49d60e09d814623c4211f978f75f5fe35835 100644 (file)
@@ -37,7 +37,7 @@ typedef std::vector<std::string> file_cache;
  */
 typedef std::pair<std::string, std::string> KeyVal;
 
-struct ConfigTag : public refcountbase
+struct CoreExport ConfigTag : public refcountbase
 {
        const std::string tag;
        const std::string src_name;