summary refs log tree commit diff
path: root/src/core/nm-dhcp-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nm-dhcp-config.h')
-rw-r--r--src/core/nm-dhcp-config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/nm-dhcp-config.h b/src/core/nm-dhcp-config.h
index cdca4ef1..e372ec81 100644
--- a/src/core/nm-dhcp-config.h
+++ b/src/core/nm-dhcp-config.h
@@ -9,7 +9,8 @@
 /*****************************************************************************/
 
 #define NM_TYPE_DHCP_CONFIG (nm_dhcp_config_get_type())
-#define NM_DHCP_CONFIG(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DHCP_CONFIG, NMDhcpConfig))
+#define NM_DHCP_CONFIG(obj) \
+    (_NM_G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_DHCP_CONFIG, NMDhcpConfig))
 #define NM_DHCP_CONFIG_CLASS(klass) \
     (G_TYPE_CHECK_CLASS_CAST((klass), NM_TYPE_DHCP_CONFIG, NMDhcpConfigClass))
 #define NM_IS_DHCP_CONFIG(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), NM_TYPE_DHCP_CONFIG))