diff options
author | Slávek Banko <[email protected]> | 2019-01-03 03:40:09 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-03 03:40:09 +0100 |
commit | c2446367dbf7826bdd45ff8a943b408c1b7097d8 (patch) | |
tree | 6176c266f229071355f7d3e6dd97892a5d2ae384 /lib/pilot.h | |
parent | bc8b49848ad3297f22ab580387aa061b199954b9 (diff) | |
download | kpilot-c2446367dbf7826bdd45ff8a943b408c1b7097d8.tar.gz kpilot-c2446367dbf7826bdd45ff8a943b408c1b7097d8.zip |
Fix export of symbols to work properly with hidden visibility.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'lib/pilot.h')
-rw-r--r-- | lib/pilot.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |