summary refs log tree commit diff
path: root/src/core/devices/nm-device-macsec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/nm-device-macsec.h')
-rw-r--r--src/core/devices/nm-device-macsec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/nm-device-macsec.h b/src/core/devices/nm-device-macsec.h
index e91fe51c..fefb773c 100644
--- a/src/core/devices/nm-device-macsec.h
+++ b/src/core/devices/nm-device-macsec.h
@@ -10,7 +10,7 @@
 
 #define NM_TYPE_DEVICE_MACSEC (nm_device_macsec_get_type())
 #define NM_DEVICE_MACSEC(obj) \
-    (G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_MACSEC, NMDeviceMacsec))
+    (_NM_G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_MACSEC, NMDeviceMacsec))
 #define NM_DEVICE_MACSEC_CLASS(klass) \
     (G_TYPE_CHECK_CLASS_CAST((klass), NM_TYPE_DEVICE_MACSEC, NMDeviceMacsecClass))
 #define NM_IS_DEVICE_MACSEC(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), NM_TYPE_DEVICE_MACSEC))