X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/141ec2de0dca3b1a2482787360fc111c6bcbff3f..101802f109713394c6c8e0daea8129c6ee3c60d0:/src/uobject/uobject.h diff --git a/src/uobject/uobject.h b/src/uobject/uobject.h index 139b537..b9e16fa 100644 --- a/src/uobject/uobject.h +++ b/src/uobject/uobject.h @@ -47,7 +47,7 @@ struct UObject { struct UObjectClass { GObjectClass parent; - int (*deserialize)(UObject *obj, struct upkg_file *f); + int (*deserialize)(UObject *obj); }; GType u_object_get_type(void);