From 496cdf1a40bc12463c282117e6f7b435fdcd79c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 24 Mar 2023 04:36:28 +0100 Subject: Fix build tdeioslave with hidden visibility. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.1