X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/557eccb32013460418b72bb20acd79c018a5e95a..949182326954cce40971b97af387cc4c0196617b:/src/uobject/exportable.c diff --git a/src/uobject/exportable.c b/src/uobject/exportable.c index 3d94cec..9cb1de1 100644 --- a/src/uobject/exportable.c +++ b/src/uobject/exportable.c @@ -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 @@ -25,7 +25,7 @@ GType u_object_exportable_get_type(void) static GType type = 0; if (type == 0) { static const GTypeInfo info = { - sizeof (UObjectExportable), + sizeof (UObjectExportableIface), NULL, NULL, };