* commit '1f799a6b96eaa74a776bc2d1b3d52b937dd1a9ea': Ensure alignment of Res_png_9patch.
This commit is contained in:
@@ -112,7 +112,7 @@ struct __assertChar16Size {
|
|||||||
*
|
*
|
||||||
* The PNG chunk type is "npTc".
|
* The PNG chunk type is "npTc".
|
||||||
*/
|
*/
|
||||||
struct Res_png_9patch
|
struct alignas(uintptr_t) Res_png_9patch
|
||||||
{
|
{
|
||||||
Res_png_9patch() : wasDeserialized(false), xDivsOffset(0),
|
Res_png_9patch() : wasDeserialized(false), xDivsOffset(0),
|
||||||
yDivsOffset(0), colorsOffset(0) { }
|
yDivsOffset(0), colorsOffset(0) { }
|
||||||
|
|||||||
Reference in New Issue
Block a user