about summary refs log tree commit diff
path: root/src/core/devices/wwan/nm-modem-broadband.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/wwan/nm-modem-broadband.h')
-rw-r--r--src/core/devices/wwan/nm-modem-broadband.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/wwan/nm-modem-broadband.h b/src/core/devices/wwan/nm-modem-broadband.h
index 627fe25a..e4467310 100644
--- a/src/core/devices/wwan/nm-modem-broadband.h
+++ b/src/core/devices/wwan/nm-modem-broadband.h
@@ -10,7 +10,7 @@
 
 #define NM_TYPE_MODEM_BROADBAND (nm_modem_broadband_get_type())
 #define NM_MODEM_BROADBAND(obj) \
-    (G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_MODEM_BROADBAND, NMModemBroadband))
+    (_NM_G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_MODEM_BROADBAND, NMModemBroadband))
 #define NM_MODEM_BROADBAND_CLASS(klass) \
     (G_TYPE_CHECK_CLASS_CAST((klass), NM_TYPE_MODEM_BROADBAND, NMModemBroadbandClass))
 #define NM_IS_MODEM_BROADBAND(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), NM_TYPE_MODEM_BROADBAND))