GimpUnitVTable -> GimpUnitVtable.
2005-09-10 Michael Natterer <mitch@gimp.org> * tools/units.c (units_init): GimpUnitVTable -> GimpUnitVtable.
This commit is contained in:

committed by
Michael Natterer

parent
ec49e30396
commit
da2cd26ec9
@ -85,7 +85,7 @@ units_unit_get_plural (GimpUnit unit)
|
||||
void
|
||||
units_init (void)
|
||||
{
|
||||
GimpUnitVTable vtable;
|
||||
GimpUnitVtable vtable;
|
||||
|
||||
vtable.unit_get_number_of_units = units_get_number_of_units;
|
||||
vtable.unit_get_number_of_built_in_units = units_get_number_of_built_in_units;
|
||||
|
Reference in New Issue
Block a user