summaryrefslogtreecommitdiffstats
path: root/qca.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-07-24 23:18:23 +0200
committerSlávek Banko <[email protected]>2013-07-24 23:18:23 +0200
commit49aac943cca03cf2b5fe37cc4c034e2d022f03c0 (patch)
treee22675634bf0cb9955a5175149c7e70e7601742c /qca.h
parent0f4a1370bbe746197e5a0931b2f95b2bd72b9d79 (diff)
downloadtqca-tls-49aac943cca03cf2b5fe37cc4c034e2d022f03c0.tar.gz
tqca-tls-49aac943cca03cf2b5fe37cc4c034e2d022f03c0.zip
Fix visibility of createProvider
This resolves Bug 1412
Diffstat (limited to 'qca.h')
-rw-r--r--qca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qca.h b/qca.h
index 184a4b0..ccd6d03 100644
--- a/qca.h
+++ b/qca.h
@@ -49,7 +49,7 @@
# endif
#endif
#ifndef TQCA_PLUGIN_EXPORT
-#define TQCA_PLUGIN_EXPORT extern "C"
+#define TQCA_PLUGIN_EXPORT extern "C" __attribute__ ((visibility ("default")))
#endif
class TQHostAddress;