diff options
author | Slávek Banko <[email protected]> | 2019-01-03 05:00:04 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-03 05:00:21 +0100 |
commit | e7382dc6ca61b2a52435fb49938ce9e0fe8abeee (patch) | |
tree | 753ecf5972cef874b9ef0ba3ceb53891bbd629ec | |
parent | bbcd9e250bc67b0a697a7c0415b65235cda5f1f7 (diff) | |
download | kpilot-e7382dc6ca61b2a52435fb49938ce9e0fe8abeee.tar.gz kpilot-e7382dc6ca61b2a52435fb49938ce9e0fe8abeee.zip |
Fix FTBFS from commit c2446367.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1bba6dceba27bf5f23fea29b08fcd92ba10fecbe)
-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 165875c..b6d6882 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 KDE_EXPORT Pilot +namespace Pilot KDE_EXPORT { /** Maximum size of an AppInfo block, taken roughly from the pilot-link source. */ static const int MAX_APPINFO_SIZE=8192; |