summaryrefslogtreecommitdiffstats
path: root/src/otrplugin.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-25 02:30:13 +0200
commite2034480561f1266bd0fa975ba74956b0301695f (patch)
tree481ddecadf7a42b7a1abc7675fe914dec2d0f5c3 /src/otrplugin.h
parent83e511dfa6f07547011cb1230b0f71f7a4e72351 (diff)
downloadkopete-otr-e2034480561f1266bd0fa975ba74956b0301695f.tar.gz
kopete-otr-e2034480561f1266bd0fa975ba74956b0301695f.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> (cherry picked from commit 8403288e0159dbe377403e5f089072685a9d94f3)
Diffstat (limited to 'src/otrplugin.h')
-rw-r--r--src/otrplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrplugin.h b/src/otrplugin.h
index da6b320..14d582b 100644
--- a/src/otrplugin.h
+++ b/src/otrplugin.h
@@ -65,7 +65,7 @@ public:
}
};
-class OTRPlugin : public Kopete::Plugin
+class KDE_EXPORT OTRPlugin : public Kopete::Plugin
{
Q_OBJECT