summaryrefslogtreecommitdiff
path: root/project2/common/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/session.h')
-rw-r--r--project2/common/session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/common/session.h b/project2/common/session.h
index 24b021e..1a77a88 100644
--- a/project2/common/session.h
+++ b/project2/common/session.h
@@ -9,9 +9,10 @@
#include "intrusivePtrBase.h"
#include "variables.h"
#include "exceptions.h"
+#include <visibility.h>
/// Base class for classes implementing session variable storage
-class Session : public virtual IntrusivePtrBase {
+class DLL_PUBLIC Session : public virtual IntrusivePtrBase {
public:
SimpleMessageException(VariableNotFound);
typedef std::map<Glib::ustring, VariableType> Values;