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 --- noatun-plugins/blurscope/sdlscope.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'noatun-plugins/blurscope/sdlscope.cpp') diff --git a/noatun-plugins/blurscope/sdlscope.cpp b/noatun-plugins/blurscope/sdlscope.cpp index 9485c1f..1d153a3 100644 --- a/noatun-plugins/blurscope/sdlscope.cpp +++ b/noatun-plugins/blurscope/sdlscope.cpp @@ -29,10 +29,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. extern "C" { -Plugin *create_plugin() -{ - return new SDLScope(); -} + KDE_EXPORT Plugin* create_plugin() + { + return new SDLScope(); + } } SDLScope::SDLScope() -- cgit v1.2.1