libgimpbase: fix wrong sizeof in gimp_param_object_array_get_type
Spotted by Massimo Valentini. Fixes issue #4417.
This commit is contained in:
parent
26db691197
commit
0eb6ff41cf
1 changed files with 1 additions and 1 deletions
|
|
@ -1332,7 +1332,7 @@ gimp_param_object_array_get_type (void)
|
|||
NULL, NULL,
|
||||
(GClassInitFunc) gimp_param_object_array_class_init,
|
||||
NULL, NULL,
|
||||
sizeof (GimpParamSpecArray),
|
||||
sizeof (GimpParamSpecObjectArray),
|
||||
0,
|
||||
(GInstanceInitFunc) gimp_param_object_array_init
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue