summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-04-13 22:47:44 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-04-13 22:47:44 +0200
commit0c9deec6d8ba39a31d2be999731e6edb1ae544ae (patch)
treecbac9c0105914ea190d51e27b7b90981253a2884
parent44a1c7c9fc8c17f32598f05a2909283183b159b6 (diff)
Php::GLOBALS was not exported (fixes issue #186)
-rw-r--r--include/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h
index 231b8bd..125b6a4 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -71,7 +71,7 @@ public:
* We always have one instance of the GLOBALS instance
* @var Globals
*/
-extern Globals &GLOBALS;
+extern PHPCPP_EXPORT Globals &GLOBALS;
/**
* End of namespace