about summary refs log tree commit diff
path: root/src/core/devices/nm-device-wireguard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/nm-device-wireguard.h')
-rw-r--r--src/core/devices/nm-device-wireguard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/nm-device-wireguard.h b/src/core/devices/nm-device-wireguard.h
index 7e18bdba..8fb8f8cf 100644
--- a/src/core/devices/nm-device-wireguard.h
+++ b/src/core/devices/nm-device-wireguard.h
@@ -10,7 +10,7 @@
 
 #define NM_TYPE_DEVICE_WIREGUARD (nm_device_wireguard_get_type())
 #define NM_DEVICE_WIREGUARD(obj) \
-    (G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_WIREGUARD, NMDeviceWireGuard))
+    (_NM_G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_WIREGUARD, NMDeviceWireGuard))
 #define NM_DEVICE_WIREGUARD_CLASS(klass) \
     (G_TYPE_CHECK_CLASS_CAST((klass), NM_TYPE_DEVICE_WIREGUARD, NMDeviceWireGuardClass))
 #define NM_IS_DEVICE_WIREGUARD(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), NM_TYPE_DEVICE_WIREGUARD))