From: Behdad Esfahbod Date: Tue, 13 Feb 2018 21:59:39 +0000 (-0800) Subject: Minor X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2dbfeecf96c6993d42594f43133d945d67ddbdbc;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Minor --- diff --git a/src/hb-aat-layout-morx-table.hh b/src/hb-aat-layout-morx-table.hh index 2bb80891..6bd0267c 100644 --- a/src/hb-aat-layout-morx-table.hh +++ b/src/hb-aat-layout-morx-table.hh @@ -40,6 +40,8 @@ using namespace OT; struct RearrangementSubtable { + typedef void EntryData; + struct driver_context_t { static const bool in_place = true; @@ -60,13 +62,13 @@ struct RearrangementSubtable ret (false), start (0), end (0) {} - inline bool is_actionable (StateTableDriver *driver, - const Entry *entry) + inline bool is_actionable (StateTableDriver *driver, + const Entry *entry) { return (entry->flags & Verb) && start < end; } - inline bool transition (StateTableDriver *driver, - const Entry *entry) + inline bool transition (StateTableDriver *driver, + const Entry *entry) { hb_buffer_t *buffer = driver->buffer; unsigned int flags = entry->flags;