Changeset - r24386:3cbcf1bda010
[Not reviewed]
master
0 1 0
Lars Wendler - 4 years ago 2020-10-30 17:45:20
polynomial-c@gentoo.org
Fix: build with icu-68.1

icu-68.1 removed public macro definitions for TRUE and FALSE

Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/gfx_layout.cpp
Show inline comments
 
@@ -116,7 +116,7 @@ void Font::getGlyphAdvance(LEGlyphID gly
 

	
 
le_bool Font::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const
 
{
 
	return FALSE;
 
	return false;
 
}
 

	
 
/**
0 comments (0 inline, 0 general)