summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-17 21:14:05 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-17 21:14:05 +0000
commita2cb0fcf3688ad5729a4c42875553f66b0af3045 (patch)
treeecae9fd055a3abcafbd7982c1ecd2961d4756763
parentbf269e3cc7c10ec7b93d1edad37d6c82fbf98585 (diff)
CoreExport ConfigTag, fixes unresolved symbols when linking on windows.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11894 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--include/configreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 8d969b360..553f49d60 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -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;