summaryrefslogtreecommitdiff
path: root/project2/common/variables
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-01-24 21:09:32 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2016-01-24 21:09:32 +0000
commit635f036e9587544c691ee183c726d36f9bb2626c (patch)
tree2519bc6a5aba2e07095d6bb08e844ede9dc3c6fe /project2/common/variables
parentIgnore IO errors writing CgiResults to clients as they may be gone away (diff)
downloadproject2-635f036e9587544c691ee183c726d36f9bb2626c.tar.bz2
project2-635f036e9587544c691ee183c726d36f9bb2626c.tar.xz
project2-635f036e9587544c691ee183c726d36f9bb2626c.zip
Partially tested global visibility hidden in all projects
Diffstat (limited to 'project2/common/variables')
-rw-r--r--project2/common/variables/literal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/common/variables/literal.h b/project2/common/variables/literal.h
index 8c120b6..0f743e8 100644
--- a/project2/common/variables/literal.h
+++ b/project2/common/variables/literal.h
@@ -3,8 +3,9 @@
#include "../variables.h"
#include <list>
+#include <visibility.h>
-class VariableLiteral : public VariableImpl {
+class DLL_PUBLIC VariableLiteral : public VariableImpl {
public:
VariableLiteral(const Glib::ustring & src, const VT_typeID format = DefaultType);
VariableLiteral(ScriptNodePtr);