diff options
Diffstat (limited to 'src/plugins/cinterion/mm-shared-cinterion.h')
-rw-r--r-- | src/plugins/cinterion/mm-shared-cinterion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cinterion/mm-shared-cinterion.h b/src/plugins/cinterion/mm-shared-cinterion.h index eb6beac8..5605408f 100644 --- a/src/plugins/cinterion/mm-shared-cinterion.h +++ b/src/plugins/cinterion/mm-shared-cinterion.h @@ -41,7 +41,7 @@ struct _MMSharedCinterion { GTypeInterface g_iface; /* Peek modem interface of the parent class of the object */ - MMIfaceModem * (* peek_parent_interface) (MMSharedCinterion *self); + MMIfaceModemInterface * (* peek_parent_interface) (MMSharedCinterion *self); /* Peek location interface of the parent class of the object */ MMIfaceModemLocation * (* peek_parent_location_interface) (MMSharedCinterion *self); |