diff options
Diffstat (limited to 'src/devices/nm-device-ethernet.h')
-rw-r--r-- | src/devices/nm-device-ethernet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device-ethernet.h b/src/devices/nm-device-ethernet.h index 3ce6f0ca4b..a50a7d851b 100644 --- a/src/devices/nm-device-ethernet.h +++ b/src/devices/nm-device-ethernet.h @@ -42,7 +42,7 @@ typedef struct { } NMDeviceEthernet; typedef struct { - NMDeviceClass parent_class; + NMDeviceClass parent; } NMDeviceEthernetClass; GType nm_device_ethernet_get_type (void); |