X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/bb9c28745ae254b832805e5d41f2a5e6c3cb8f40..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, };