summary refs log tree commit diff
path: root/src/core/devices/nm-device-macvlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/nm-device-macvlan.h')
-rw-r--r--src/core/devices/nm-device-macvlan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/nm-device-macvlan.h b/src/core/devices/nm-device-macvlan.h
index 109a2bcd..86ac79c7 100644
--- a/src/core/devices/nm-device-macvlan.h
+++ b/src/core/devices/nm-device-macvlan.h
@@ -10,7 +10,7 @@
 
 #define NM_TYPE_DEVICE_MACVLAN (nm_device_macvlan_get_type())
 #define NM_DEVICE_MACVLAN(obj) \
-    (G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_MACVLAN, NMDeviceMacvlan))
+    (_NM_G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_MACVLAN, NMDeviceMacvlan))
 #define NM_DEVICE_MACVLAN_CLASS(klass) \
     (G_TYPE_CHECK_CLASS_CAST((klass), NM_TYPE_DEVICE_MACVLAN, NMDeviceMacvlanClass))
 #define NM_IS_DEVICE_MACVLAN(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), NM_TYPE_DEVICE_MACVLAN))