commit | 2467c669c2aee4de2a6621a9d06cba0262376d41 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Apr 21 23:11:45 2010 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Apr 21 23:11:45 2010 -0400 |
tree | 27901739252d0fa094e6b419796a49c901b5dfa1 | |
parent | 29c3f5e1b6212c775a7b911becd44ba093b7b0eb [diff] [blame] |
Add comment
diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index a334a48..4fea4d4 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh
@@ -371,6 +371,7 @@ private: uint8_t v[4]; }; +/* Integer types in big-endian order and no alignment requirement */ template <typename Type> struct IntType {