diff options
author | Slávek Banko <[email protected]> | 2021-06-23 17:21:16 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-06-23 19:16:05 +0200 |
commit | 8403288e0159dbe377403e5f089072685a9d94f3 (patch) | |
tree | a9d67abfdfe66d86d58a6009852d497ee56795a8 /src/otrlconfinterface.h | |
parent | 541bc109cb8ee0ffd9ae8fd7df9bff715c0ef0d9 (diff) | |
download | kopete-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 <[email protected]>
Diffstat (limited to 'src/otrlconfinterface.h')
-rw-r--r-- | src/otrlconfinterface.h | 2 |
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: |