diff --git a/src/hb-aat-layout-morx-table.hh b/src/hb-aat-layout-morx-table.hh index 08a380a4a..51bb3b338 100644 --- a/src/hb-aat-layout-morx-table.hh +++ b/src/hb-aat-layout-morx-table.hh @@ -388,11 +388,11 @@ struct LigatureEntry template static inline bool performAction (Flags flags) - { return flags & PerformAction; }; + { return flags & PerformAction; } template static inline unsigned int ligActionIndex (Entry &entry, Flags flags) - { return entry->data.ligActionIndex; }; + { return entry->data.ligActionIndex; } }; template <> struct LigatureEntry @@ -412,11 +412,11 @@ struct LigatureEntry template static inline bool performAction (Flags flags) - { return flags & Offset; }; + { return flags & Offset; } template static inline unsigned int ligActionIndex (Entry &entry, Flags flags) - { return flags & 0x3FFF; }; + { return flags & 0x3FFF; } };