diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-14 20:20:34 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-14 20:20:34 +0200 |
commit | bcb8e7c36e1ad6b669175c91ebc4287cc249b568 (patch) | |
tree | 020f1226c1cab3e9355fa5d1a792ddcdc1282421 | |
parent | 0c7e6ca82f0668cafdba0ede3f6149af1d2d9606 (diff) | |
download | tqca-bcb8e7c36e1ad6b669175c91ebc4287cc249b568.tar.gz tqca-bcb8e7c36e1ad6b669175c91ebc4287cc249b568.zip |
Fix hidden visibility for macro TQCA_PLUGIN_EXPORT -
visibility of createProvider in plugins.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | src/tqca.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ # endif #endif #ifndef TQCA_PLUGIN_EXPORT -#define TQCA_PLUGIN_EXPORT extern "C" +#define TQCA_PLUGIN_EXPORT extern "C" TQCA_EXPORT #endif class TQHostAddress; |