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 f26aac96..bc9fe986 100644 --- a/src/plugins/cinterion/mm-shared-cinterion.h +++ b/src/plugins/cinterion/mm-shared-cinterion.h @@ -47,7 +47,7 @@ struct _MMSharedCinterion { MMIfaceModemLocationInterface * (* peek_parent_location_interface) (MMSharedCinterion *self); /* Peek voice interface of the parent class of the object */ - MMIfaceModemVoice * (* peek_parent_voice_interface) (MMSharedCinterion *self); + MMIfaceModemVoiceInterface * (* peek_parent_voice_interface) (MMSharedCinterion *self); /* Peek time interface of the parent class of the object */ MMIfaceModemTimeInterface * (* peek_parent_time_interface) (MMSharedCinterion *self); |