Add KDE_EXPORT to public library symbols.

This fix build with gcc hidden visibility.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 5 years ago
parent 584f7de4e0
commit 49f0f4198c
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -748,7 +748,7 @@ TDEInstance* KBibTeXPartFactory::instance()
extern "C"
{
void* init_libkbibtexpart()
KDE_EXPORT void* init_libkbibtexpart()
{
return new KBibTeXPartFactory;
}

Loading…
Cancel
Save