From a2cb0fcf3688ad5729a4c42875553f66b0af3045 Mon Sep 17 00:00:00 2001 From: peavey Date: Sat, 17 Oct 2009 21:14:05 +0000 Subject: 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 --- include/configreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 file_cache; */ typedef std::pair KeyVal; -struct ConfigTag : public refcountbase +struct CoreExport ConfigTag : public refcountbase { const std::string tag; const std::string src_name; -- cgit v1.2.3