summaryrefslogtreecommitdiff
path: root/src/gfx_layout.h
diff options
context:
space:
mode:
authorStefan Strogin <stefan.strogin@gmail.com>2018-09-20 20:36:45 +0000
committerfrosch <github@elsenhans.name>2018-09-20 22:36:45 +0200
commitfec44b0d09281f713da9040ab50b59e10213de2f (patch)
treedf5932b1d1bcfd16a3285021360b6be7a18c427f /src/gfx_layout.h
parent41fb7cb15e79e3abd3bfddec14048f026a2d62e5 (diff)
downloadopenttd-fec44b0d09281f713da9040ab50b59e10213de2f.tar.xz
Fix #6854: Compilation with ICU 62 (#6912)
Diffstat (limited to 'src/gfx_layout.h')
-rw-r--r--src/gfx_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx_layout.h b/src/gfx_layout.h
index 45d79ae47..f6fc3b5c7 100644
--- a/src/gfx_layout.h
+++ b/src/gfx_layout.h
@@ -22,7 +22,7 @@
#ifdef WITH_ICU_LAYOUT
#include "layout/ParagraphLayout.h"
-#define ICU_FONTINSTANCE : public LEFontInstance
+#define ICU_FONTINSTANCE : public icu::LEFontInstance
#else /* WITH_ICU_LAYOUT */
#define ICU_FONTINSTANCE
#endif /* WITH_ICU_LAYOUT */