summaryrefslogtreecommitdiff
path: root/muse2/synti/deicsonze2/deicsonze.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/synti/deicsonze2/deicsonze.cpp')
-rw-r--r--muse2/synti/deicsonze2/deicsonze.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/muse2/synti/deicsonze2/deicsonze.cpp b/muse2/synti/deicsonze2/deicsonze.cpp
index 28b9183e..74c1f56e 100644
--- a/muse2/synti/deicsonze2/deicsonze.cpp
+++ b/muse2/synti/deicsonze2/deicsonze.cpp
@@ -4350,7 +4350,12 @@ extern "C" {
MESS_MAJOR_VERSION, MESS_MINOR_VERSION,
instantiate
};
+ // We must compile with -fvisibility=hidden to avoid namespace
+ // conflicts with global variables.
+ // Only visible symbol is "mess_descriptor".
+ // (TODO: all plugins should be compiled this way)
+ __attribute__ ((visibility("default")))
const MESS* mess_descriptor() { return &descriptor; }
}