diff options
Diffstat (limited to 'libnm/nm-device-team.c')
-rw-r--r-- | libnm/nm-device-team.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-device-team.c b/libnm/nm-device-team.c index c59af821ba..be6de7da53 100644 --- a/libnm/nm-device-team.c +++ b/libnm/nm-device-team.c @@ -37,7 +37,7 @@ G_DEFINE_TYPE (NMDeviceTeam, nm_device_team, NM_TYPE_DEVICE) #define NM_DEVICE_TEAM_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), NM_TYPE_DEVICE_TEAM, NMDeviceTeamPrivate)) typedef struct { - DBusGProxy *proxy; + GDBusProxy *proxy; char *hw_address; gboolean carrier; |