summaryrefslogtreecommitdiff
path: root/project2/xml/sessionXml.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-01-25 20:03:15 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2016-01-25 21:24:44 +0000
commit04d7a1a8f9a852085bacb69d62989db89ff17587 (patch)
treef6aedc79a55b2996c46a547ff24d5c37165e3df1 /project2/xml/sessionXml.h
parentFix random imbue not working bug with much less code (diff)
downloadproject2-04d7a1a8f9a852085bacb69d62989db89ff17587.tar.bz2
project2-04d7a1a8f9a852085bacb69d62989db89ff17587.tar.xz
project2-04d7a1a8f9a852085bacb69d62989db89ff17587.zip
Export exposed componentsproject2-1.2.5
Diffstat (limited to 'project2/xml/sessionXml.h')
-rw-r--r--project2/xml/sessionXml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xml/sessionXml.h b/project2/xml/sessionXml.h
index d3300bd..dd194fe 100644
--- a/project2/xml/sessionXml.h
+++ b/project2/xml/sessionXml.h
@@ -5,7 +5,7 @@
#include "options.h"
#include <boost/filesystem/path.hpp>
-class SessionContainerXml : public SessionContainer {
+class DLL_PUBLIC SessionContainerXml : public SessionContainer {
public:
SessionContainerXml();
~SessionContainerXml();