X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/85758520bb17ee1cdc110e5286d87d695059a36f..949182326954cce40971b97af387cc4c0196617b:/src/uobject/exportable.c diff --git a/src/uobject/exportable.c b/src/uobject/exportable.c index e927ba6..9cb1de1 100644 --- a/src/uobject/exportable.c +++ b/src/uobject/exportable.c @@ -25,7 +25,7 @@ GType u_object_exportable_get_type(void) static GType type = 0; if (type == 0) { static const GTypeInfo info = { - sizeof (UObjectExportable), + sizeof (UObjectExportableIface), NULL, NULL, };