X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/85758520bb17ee1cdc110e5286d87d695059a36f..949182326954cce40971b97af387cc4c0196617b:/src/uobject/loadable.c diff --git a/src/uobject/loadable.c b/src/uobject/loadable.c index 0475d9a..8ed00ff 100644 --- a/src/uobject/loadable.c +++ b/src/uobject/loadable.c @@ -25,7 +25,7 @@ GType u_object_loadable_get_type(void) static GType type = 0; if (type == 0) { static const GTypeInfo info = { - sizeof (UObjectLoadable), + sizeof (UObjectLoadableIface), NULL, NULL, };