mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +01:00 
			
		
		
		
	Fix missing initializer in gio/tests/gdbus-example-peer.c
gio/tests/gdbus-example-peer.c:120:1: error: missing initializer for field ‘padding’ of ‘GDBusInterfaceVTable’ {aka ‘const struct _GDBusInterfaceVTable’}
  120 | };
      | ^
			
			
This commit is contained in:
		| @@ -117,6 +117,7 @@ static const GDBusInterfaceVTable interface_vtable = | ||||
|   handle_method_call, | ||||
|   NULL, | ||||
|   NULL, | ||||
|   { 0 } | ||||
| }; | ||||
|  | ||||
| /* ---------------------------------------------------------------------------------------------------- */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user