]> git.draconx.ca Git - upkg.git/blobdiff - src/uobject/uobject.h
upkg: Print object properties in info mode.
[upkg.git] / src / uobject / uobject.h
index 139b5373c0ad8bd6b329a7b5b17d62453e7d189f..7319ee68efb2d0b5b89aaa271c81c0e8844fdf8c 100644 (file)
@@ -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);