From 762bfec2c849854fc0247acf8d2f107c27b17940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 31 Dec 2021 12:15:57 +0100 Subject: Add option WITH_GCC_VISIBILITY. Fix building with hidden visibility. Add missing definitions to config.h.cmake. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kate/katesort/plugin_sort.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kate/katesort') diff --git a/kate/katesort/plugin_sort.cpp b/kate/katesort/plugin_sort.cpp index 904d62e..fa55734 100644 --- a/kate/katesort/plugin_sort.cpp +++ b/kate/katesort/plugin_sort.cpp @@ -38,11 +38,11 @@ class PluginView : public KXMLGUIClient extern "C" { - void* init_katesortplugin() - { - TDEGlobal::locale()->insertCatalogue("katesort"); - return new KatePluginFactory; - } + KDE_EXPORT void* init_katesortplugin() + { + TDEGlobal::locale()->insertCatalogue("katesort"); + return new KatePluginFactory; + } } KatePluginFactory::KatePluginFactory() -- cgit v1.2.1