diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-03 05:00:04 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-03 05:00:04 +0100 |
commit | 1bba6dceba27bf5f23fea29b08fcd92ba10fecbe (patch) | |
tree | 5916ef15d6d0df0ec0b4842e55d0f2ff8695982f /lib | |
parent | 18329316d66be15dd765cabd5d2c1b42897efbc6 (diff) | |
download | kpilot-1bba6dceba27bf5f23fea29b08fcd92ba10fecbe.tar.gz kpilot-1bba6dceba27bf5f23fea29b08fcd92ba10fecbe.zip |
Fix FTBFS from commit c2446367.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'lib')
-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; |