
15 Nov
2011
15 Nov
'11
2:43 p.m.
On Fri, Nov 11, 2011 at 04:40:56PM +0100, Marc-André Lureau wrote:
+static void gvir_config_device_disk_class_init(GVirConfigDeviceDiskClass *klass) +{ + + g_type_class_add_private(klass, sizeof(GVirConfigDeviceDiskPrivate)); +}
There is an extra line here, in previous patch too. Is that intended?
It's probably present in all the "gobject boilerplate commits" since it was present in the files I used as a c&p template. Let me see if I can fix this... Christophe