diff options
Diffstat (limited to 'src/plugins/fibocom/mm-shared-fibocom.c')
-rw-r--r-- | src/plugins/fibocom/mm-shared-fibocom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fibocom/mm-shared-fibocom.c b/src/plugins/fibocom/mm-shared-fibocom.c index 562e1f79..f0644fc2 100644 --- a/src/plugins/fibocom/mm-shared-fibocom.c +++ b/src/plugins/fibocom/mm-shared-fibocom.c @@ -41,7 +41,7 @@ typedef struct { /* Parent class */ MMBaseModemClass *class_parent; /* 3GPP interface support */ - MMIfaceModem3gpp *iface_modem_3gpp_parent; + MMIfaceModem3gppInterface *iface_modem_3gpp_parent; /* URCs to ignore */ GRegex *sim_ready_regex; } Private; |