From 49f0f4198c5cc3de6ec1ba0a9bf6ea0b07a418c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 19 Apr 2019 16:19:53 +0200 Subject: Add KDE_EXPORT to public library symbols. This fix build with gcc hidden visibility. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/kbibtex_part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3