diff options
Diffstat (limited to 'src/core/devices/nm-device-wpan.c')
| -rw-r--r-- | src/core/devices/nm-device-wpan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/nm-device-wpan.c b/src/core/devices/nm-device-wpan.c index ecb5ee23..98356ccf 100644 --- a/src/core/devices/nm-device-wpan.c +++ b/src/core/devices/nm-device-wpan.c @@ -221,7 +221,7 @@ nm_device_wpan_class_init(NMDeviceWpanClass *klass) #define NM_TYPE_WPAN_DEVICE_FACTORY (nm_wpan_device_factory_get_type()) #define NM_WPAN_DEVICE_FACTORY(obj) \ - (G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_WPAN_DEVICE_FACTORY, NMWpanDeviceFactory)) + (_NM_G_TYPE_CHECK_INSTANCE_CAST((obj), NM_TYPE_WPAN_DEVICE_FACTORY, NMWpanDeviceFactory)) static NMDevice * create_device(NMDeviceFactory *factory, |