From 8403288e0159dbe377403e5f089072685a9d94f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 23 Jun 2021 17:21:16 +0200 Subject: Separate OTRPlugin object code from the OTRPluginFactory definition. This resolves bug 1153. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix support for GCC hidden visibility. Signed-off-by: Slávek Banko --- src/otrlconfinterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/otrlconfinterface.h') diff --git a/src/otrlconfinterface.h b/src/otrlconfinterface.h index 5cfe244..801889a 100644 --- a/src/otrlconfinterface.h +++ b/src/otrlconfinterface.h @@ -40,7 +40,7 @@ extern "C" { #include } -class OtrlConfInterface +class KDE_EXPORT OtrlConfInterface { public: -- cgit v1.2.1