From c2446367dbf7826bdd45ff8a943b408c1b7097d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 3 Jan 2019 03:40:09 +0100 Subject: Fix export of symbols to work properly with hidden visibility. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- lib/pilot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pilot.h') diff --git a/lib/pilot.h b/lib/pilot.h index 5638b70..165875c 100644 --- a/lib/pilot.h +++ b/lib/pilot.h @@ -60,7 +60,7 @@ class PilotCategoryInfo; // ... and category information * as mapping user-visible strings from UTF8 (KDE side) to * the encoding used on the handheld. */ -namespace Pilot +namespace KDE_EXPORT Pilot { /** Maximum size of an AppInfo block, taken roughly from the pilot-link source. */ static const int MAX_APPINFO_SIZE=8192; -- cgit v1.2.1