summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-04-19 16:19:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-04-19 16:19:53 +0200
commit49f0f4198c5cc3de6ec1ba0a9bf6ea0b07a418c7 (patch)
tree23f08590e7f5dd197bc8157d55380642bad9ba5a
parent584f7de4e097b01091b69c60c763838b3c501095 (diff)
downloadkbibtex-49f0f419.tar.gz
kbibtex-49f0f419.zip
Add KDE_EXPORT to public library symbols.
This fix build with gcc hidden visibility. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--src/kbibtex_part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbibtex_part.cpp b/src/kbibtex_part.cpp
index e655c58..fdbb904 100644
--- a/src/kbibtex_part.cpp
+++ b/src/kbibtex_part.cpp
@@ -748,7 +748,7 @@ TDEInstance* KBibTeXPartFactory::instance()
extern "C"
{
- void* init_libkbibtexpart()
+ KDE_EXPORT void* init_libkbibtexpart()
{
return new KBibTeXPartFactory;
}