summary refs log tree commit diff
path: root/src/core/devices/nm-device-ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/nm-device-ethernet.h')
-rw-r--r--src/core/devices/nm-device-ethernet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/nm-device-ethernet.h b/src/core/devices/nm-device-ethernet.h
index 6e134d71..6c4acb82 100644
--- a/src/core/devices/nm-device-ethernet.h
+++ b/src/core/devices/nm-device-ethernet.h
@@ -11,7 +11,7 @@
 
 #define NM_TYPE_DEVICE_ETHERNET (nm_device_ethernet_get_type())
 #define NM_DEVICE_ETHERNET(obj) \
-    (G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_ETHERNET, NMDeviceEthernet))
+    (_NM_G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_ETHERNET, NMDeviceEthernet))
 #define NM_DEVICE_ETHERNET_CLASS(klass) \
     (G_TYPE_CHECK_CLASS_CAST((klass), NM_TYPE_DEVICE_ETHERNET, NMDeviceEthernetClass))
 #define NM_IS_DEVICE_ETHERNET(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), NM_TYPE_DEVICE_ETHERNET))