diff options
author | Slávek Banko <[email protected]> | 2021-12-31 12:15:57 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 12:15:57 +0100 |
commit | 762bfec2c849854fc0247acf8d2f107c27b17940 (patch) | |
tree | dddce1b148241162ab70667fcd28cd421c7c8f14 /kate/filetemplates/plugin/filetemplates.cpp | |
parent | c3d0b8b21f6a174cd45213b6c3dcd85b203aafaa (diff) | |
download | tdeaddons-762bfec2c849854fc0247acf8d2f107c27b17940.tar.gz tdeaddons-762bfec2c849854fc0247acf8d2f107c27b17940.zip |
Add option WITH_GCC_VISIBILITY.
Fix building with hidden visibility.
Add missing definitions to config.h.cmake.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kate/filetemplates/plugin/filetemplates.cpp')
-rw-r--r-- | kate/filetemplates/plugin/filetemplates.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp index 952ee07..6604461 100644 --- a/kate/filetemplates/plugin/filetemplates.cpp +++ b/kate/filetemplates/plugin/filetemplates.cpp @@ -81,11 +81,11 @@ class PluginView : public KXMLGUIClient extern "C" { - void* init_katefiletemplates() - { - TDEGlobal::locale()->insertCatalogue("katefiletemplates"); - return new KatePluginFactory; - } + KDE_EXPORT void* init_katefiletemplates() + { + TDEGlobal::locale()->insertCatalogue("katefiletemplates"); + return new KatePluginFactory; + } } KatePluginFactory::KatePluginFactory() |