summary refs log tree commit diff
path: root/src/core/devices/nm-device-6lowpan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/nm-device-6lowpan.h')
-rw-r--r--src/core/devices/nm-device-6lowpan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/nm-device-6lowpan.h b/src/core/devices/nm-device-6lowpan.h
index 34ea3c8d..bc6f77c4 100644
--- a/src/core/devices/nm-device-6lowpan.h
+++ b/src/core/devices/nm-device-6lowpan.h
@@ -10,7 +10,7 @@
 
 #define NM_TYPE_DEVICE_6LOWPAN (nm_device_6lowpan_get_type())
 #define NM_DEVICE_6LOWPAN(obj) \
-    (G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_6LOWPAN, NMDevice6Lowpan))
+    (_NM_G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_6LOWPAN, NMDevice6Lowpan))
 #define NM_DEVICE_6LOWPAN_CLASS(klass) \
     (G_TYPE_CHECK_CLASS_CAST((klass), NM_TYPE_DEVICE_6LOWPAN, NMDevice6LowpanClass))
 #define NM_IS_DEVICE_6LOWPAN(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), NM_TYPE_DEVICE_6LOWPAN))