diff options
Diffstat (limited to 'src/plugins/simtech/mm-broadband-modem-qmi-simtech.c')
-rw-r--r-- | src/plugins/simtech/mm-broadband-modem-qmi-simtech.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/simtech/mm-broadband-modem-qmi-simtech.c b/src/plugins/simtech/mm-broadband-modem-qmi-simtech.c index d670b26d..bc7d0f41 100644 --- a/src/plugins/simtech/mm-broadband-modem-qmi-simtech.c +++ b/src/plugins/simtech/mm-broadband-modem-qmi-simtech.c @@ -30,7 +30,7 @@ static void iface_modem_location_init (MMIfaceModemLocationInterface *iface); static void iface_modem_voice_init (MMIfaceModemVoiceInterface *iface); -static void shared_simtech_init (MMSharedSimtech *iface); +static void shared_simtech_init (MMSharedSimtechInterface *iface); static MMIfaceModemLocationInterface *iface_modem_location_parent; static MMIfaceModemVoiceInterface *iface_modem_voice_parent; @@ -117,7 +117,7 @@ peek_parent_voice_interface (MMSharedSimtech *self) } static void -shared_simtech_init (MMSharedSimtech *iface) +shared_simtech_init (MMSharedSimtechInterface *iface) { iface->peek_parent_location_interface = peek_parent_location_interface; iface->peek_parent_voice_interface = peek_parent_voice_interface; |