Fix #6690: Compilation with ICU 61

This commit is contained in:
Charles Pigott
2018-04-08 01:06:18 +01:00
committed by frosch
parent 11c592ef0f
commit 19076c24c1
2 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ extern LanguageList _languages;
extern const LanguageMetadata *_current_language;
#ifdef WITH_ICU_SORT
extern Collator *_current_collator;
extern icu::Collator *_current_collator;
#endif /* WITH_ICU_SORT */
bool ReadLanguagePack(const LanguageMetadata *lang);