diff options
author | Slávek Banko <[email protected]> | 2013-07-24 23:18:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-24 23:18:23 +0200 |
commit | 49aac943cca03cf2b5fe37cc4c034e2d022f03c0 (patch) | |
tree | e22675634bf0cb9955a5175149c7e70e7601742c /qca.h | |
parent | 0f4a1370bbe746197e5a0931b2f95b2bd72b9d79 (diff) | |
download | tqca-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |