diff options
Diffstat (limited to 'src/plugins/fibocom/mm-shared-fibocom.h')
-rw-r--r-- | src/plugins/fibocom/mm-shared-fibocom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fibocom/mm-shared-fibocom.h b/src/plugins/fibocom/mm-shared-fibocom.h index cd763937..a8ba48bc 100644 --- a/src/plugins/fibocom/mm-shared-fibocom.h +++ b/src/plugins/fibocom/mm-shared-fibocom.h @@ -41,7 +41,7 @@ struct _MMSharedFibocom { MMBaseModemClass * (* peek_parent_class) (MMSharedFibocom *self); /* Peek 3GPP interface of the parent class of the object */ - MMIfaceModem3gpp * (* peek_parent_3gpp_interface) (MMSharedFibocom *self); + MMIfaceModem3gppInterface * (* peek_parent_3gpp_interface) (MMSharedFibocom *self); }; GType mm_shared_fibocom_get_type (void); |