X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/141ec2de0dca3b1a2482787360fc111c6bcbff3f..a1e9d0cc8afaf02a69a1b5e3c10795d24a61f9c8:/src/uobject/uobject.h?ds=sidebyside diff --git a/src/uobject/uobject.h b/src/uobject/uobject.h index 139b537..7319ee6 100644 --- a/src/uobject/uobject.h +++ b/src/uobject/uobject.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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);