commit | f9b1ae73360054d9f121a2d36820377909888b35 | [log] [tgz] |
---|---|---|
author | Garret Rieger <[email protected]> | Wed Jun 05 17:40:59 2019 -0700 |
committer | Garret Rieger <[email protected]> | Thu Jun 06 12:33:42 2019 -0700 |
tree | ce1893d3e6369ddc8a15a8f2e376da5c7a90011f | |
parent | 93d592e0e181f436ea47038fef419134007208aa [diff] [blame] |
[subset] Move OS/2 to subset2.
diff --git a/src/hb-subset.cc b/src/hb-subset.cc index a614071..3f4c2e4 100644 --- a/src/hb-subset.cc +++ b/src/hb-subset.cc
@@ -190,7 +190,7 @@ result = _subset<const OT::cmap> (plan); break; case HB_OT_TAG_OS2: - result = _subset<const OT::OS2> (plan); + result = _subset2<const OT::OS2> (plan); break; case HB_OT_TAG_post: result = _subset2<const OT::post> (plan);