From cf29d23ba4ca2b9e6b638720e186bf33e11d5a0f Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Fri, 30 Oct 2020 18:45:20 +0100 Subject: [PATCH] Fix: build with icu-68.1 icu-68.1 removed public macro definitions for TRUE and FALSE Signed-off-by: Lars Wendler --- src/gfx_layout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gfx_layout.cpp b/src/gfx_layout.cpp index 584a712736..ebd1afaa80 100644 --- a/src/gfx_layout.cpp +++ b/src/gfx_layout.cpp @@ -116,7 +116,7 @@ void Font::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const le_bool Font::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const { - return FALSE; + return false; } /**