[aat] Minor

This commit is contained in:
Ebrahim Byagowi 2018-11-08 21:46:26 +03:30 committed by GitHub
parent 9fae611740
commit 2d987110c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ struct WidthDeltaPair
DEFINE_SIZE_STATIC (24); DEFINE_SIZE_STATIC (24);
}; };
struct WidthDeltaCluster : OT::LArrayOf<WidthDeltaPair> {}; typedef OT::LArrayOf<WidthDeltaPair> WidthDeltaCluster;
struct JustificationCategory struct JustificationCategory
{ {