diff options
author | Slávek Banko <[email protected]> | 2019-04-19 16:19:53 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-04-19 16:20:12 +0200 |
commit | 9584e41f1b026f95c44e4924688f48ff4bb836c6 (patch) | |
tree | d4f463f428cc493a18c52e68aa3f63b8fd389fee | |
parent | db3b8806caedcfb43daa87856c9cc2d13d371848 (diff) | |
download | kbibtex-9584e41f1b026f95c44e4924688f48ff4bb836c6.tar.gz kbibtex-9584e41f1b026f95c44e4924688f48ff4bb836c6.zip |
Add KDE_EXPORT to public library symbols.
This fix build with gcc hidden visibility.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 49f0f4198c5cc3de6ec1ba0a9bf6ea0b07a418c7)
-rw-r--r-- | src/kbibtex_part.cpp | 2 |
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; } |