summaryrefslogtreecommitdiffstats
path: root/src/otrlconfinterface.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-06-23 17:21:16 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-06-23 19:16:05 +0200
commit8403288e0159dbe377403e5f089072685a9d94f3 (patch)
treea9d67abfdfe66d86d58a6009852d497ee56795a8 /src/otrlconfinterface.h
parent541bc109cb8ee0ffd9ae8fd7df9bff715c0ef0d9 (diff)
downloadkopete-otr-8403288e0159dbe377403e5f089072685a9d94f3.tar.gz
kopete-otr-8403288e0159dbe377403e5f089072685a9d94f3.zip
Separate OTRPlugin object code from the OTRPluginFactory definition.
This resolves bug 1153. Fix support for GCC hidden visibility. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/otrlconfinterface.h')
-rw-r--r--src/otrlconfinterface.h2
1 files changed, 1 insertions, 1 deletions
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 <libotr/context.h>
}
-class OtrlConfInterface
+class KDE_EXPORT OtrlConfInterface
{
public: