summary refs log tree commit diff
path: root/src/core/devices/team/nm-device-team.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/team/nm-device-team.h')
-rw-r--r--src/core/devices/team/nm-device-team.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/devices/team/nm-device-team.h b/src/core/devices/team/nm-device-team.h
index 6f5cff93..e2a54c6e 100644
--- a/src/core/devices/team/nm-device-team.h
+++ b/src/core/devices/team/nm-device-team.h
@@ -9,7 +9,8 @@
 #include "devices/nm-device.h"
 
 #define NM_TYPE_DEVICE_TEAM (nm_device_team_get_type())
-#define NM_DEVICE_TEAM(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_TEAM, NMDeviceTeam))
+#define NM_DEVICE_TEAM(obj) \
+    (_NM_G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DEVICE_TEAM, NMDeviceTeam))
 #define NM_DEVICE_TEAM_CLASS(klass) \
     (G_TYPE_CHECK_CLASS_CAST((klass), NM_TYPE_DEVICE_TEAM, NMDeviceTeamClass))
 #define NM_IS_DEVICE_TEAM(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), NM_TYPE_DEVICE_TEAM))