Fix return type

wilder
Tomaz Canabrava 4 years ago
parent ab9ac8d63e
commit e48dc7c5f5
  1. 2
      src/characters/Character.h

@ -165,7 +165,7 @@ public:
return character <= 0x7e || (rendition & RE_EXTENDED_CHAR) || (bidirectionalEnabled && !isDoubleWidth);
}
inline int baseCodePoint() const
inline uint baseCodePoint() const
{
if (rendition & RE_EXTENDED_CHAR) {
ushort extendedCharLength = 0;

Loading…
Cancel
Save