libgimpbase: make the private data size > 0 to avoid critical warnings

This commit is contained in:
Simon Budig 2017-01-30 17:05:23 +01:00
parent 884edf56ca
commit 0d073b943c
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ struct _GimpMetadata
struct _GimpMetadataPrivate
{
/* dummy entry to avoid a critical warning due to size 0 */
gpointer _gimp_reserved1;
};
struct _GimpMetadataClass