summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-05 22:21:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-07 09:29:18 +0900
commit775bbec9d39660feffd6ee11718e759486091c7c (patch)
treed669cd0d6923a0571ac1bdd3d36b294c9cec9082 /doc
parent3d1fba0b93086a78b15f42093732401292b1c910 (diff)
downloadkmyfirewall-775bbec9d39660feffd6ee11718e759486091c7c.tar.gz
kmyfirewall-775bbec9d39660feffd6ee11718e759486091c7c.zip
Add missing TDE_EXPORT required for hidden visibility support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 16dfc46f065b5443891559c68f9840ddfbba08f9)
Diffstat (limited to 'doc')
-rw-r--r--doc/en/index.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 305e82e..b8de907 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -1157,7 +1157,7 @@ TQObject* KMFRuleOptionEditMACFactory::createObject( TQObject* parent, const cha
}
extern "C" {
- void* init_libkmfruleoptionedit_mac() {
+ TDE_EXPORT void* init_libkmfruleoptionedit_mac() {
return new KMFRuleOptionEditMACFactory;
}
}