commit | b3651231bf80bb7009214547a75ed90e21815c68 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon May 10 16:57:29 2010 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon May 10 16:59:57 2010 -0400 |
tree | 82d4afc0466abb1273f4b720c3f93ea79a32e06e | |
parent | 569da92bc6956f42d9b2d65c784e184fb6380efe [diff] [blame] |
Remove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC
diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh index 53e947a..d8d70e5 100644 --- a/src/hb-open-file-private.hh +++ b/src/hb-open-file-private.hh
@@ -139,8 +139,9 @@ LongOffsetLongArrayOf<OffsetTable> table; /* Array of offsets to the OffsetTable for each font * from the beginning of the file */ + public: + DEFINE_SIZE_STATIC (12); }; -ASSERT_SIZE (TTCHeaderVersion1, 12); struct TTCHeader {