diff options
Diffstat (limited to 'third_party/harfbuzz-ng/src/hb-shape-plan-private.hh')
-rw-r--r-- | third_party/harfbuzz-ng/src/hb-shape-plan-private.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/harfbuzz-ng/src/hb-shape-plan-private.hh b/third_party/harfbuzz-ng/src/hb-shape-plan-private.hh index d6a57d6..dd014e3 100644 --- a/third_party/harfbuzz-ng/src/hb-shape-plan-private.hh +++ b/third_party/harfbuzz-ng/src/hb-shape-plan-private.hh @@ -28,9 +28,8 @@ #define HB_SHAPE_PLAN_PRIVATE_HH #include "hb-private.hh" - #include "hb-shape-plan.h" - +#include "hb-object-private.hh" #include "hb-shaper-private.hh" @@ -44,6 +43,7 @@ struct hb_shape_plan_t hb_segment_properties_t props; hb_shape_func_t *shaper_func; + const char *shaper_name; struct hb_shaper_data_t shaper_data; }; |