summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-03-24 04:36:28 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-03-24 04:36:28 +0100
commit496cdf1a40bc12463c282117e6f7b435fdcd79c0 (patch)
treee636f0c5c0186402c2b403d483f9bb594c63cc66
parentc6b84c6ed249d65775e95ecce53ef4b8c3b55562 (diff)
downloadtdebluez-496cdf1a.tar.gz
tdebluez-496cdf1a.zip
Fix build tdeioslave with hidden visibility.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp b/src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp
index d2268a7..cbeead4 100644
--- a/src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp
+++ b/src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp
@@ -33,7 +33,7 @@ static const TDECmdLineOptions options[] =
extern "C"
{
- int kdemain(int argc, char **argv) {
+ KDE_EXPORT int kdemain(int argc, char **argv) {
TDEInstance instance( "tdeio_bluetooth" );
kdDebug() << "*** Starting tdeio_bluetooth " << endl;
if (argc != 4) {