diff options
Diffstat (limited to 'libnm/nm-device-generic.c')
-rw-r--r-- | libnm/nm-device-generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-device-generic.c b/libnm/nm-device-generic.c index 3ca3ac7b1f..de4e3b5135 100644 --- a/libnm/nm-device-generic.c +++ b/libnm/nm-device-generic.c @@ -32,7 +32,7 @@ G_DEFINE_TYPE (NMDeviceGeneric, nm_device_generic, NM_TYPE_DEVICE) #define NM_DEVICE_GENERIC_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), NM_TYPE_DEVICE_GENERIC, NMDeviceGenericPrivate)) typedef struct { - DBusGProxy *proxy; + GDBusProxy *proxy; char *hw_address; char *type_description; |