diff options
Diffstat (limited to 'src/plugins/simtech/mm-shared-simtech.h')
-rw-r--r-- | src/plugins/simtech/mm-shared-simtech.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/simtech/mm-shared-simtech.h b/src/plugins/simtech/mm-shared-simtech.h index 028c5894..13e0eee6 100644 --- a/src/plugins/simtech/mm-shared-simtech.h +++ b/src/plugins/simtech/mm-shared-simtech.h @@ -41,7 +41,7 @@ struct _MMSharedSimtech { MMIfaceModemLocationInterface * (* peek_parent_location_interface) (MMSharedSimtech *self); /* Peek voice interface of the parent class of the object */ - MMIfaceModemVoice * (* peek_parent_voice_interface) (MMSharedSimtech *self); + MMIfaceModemVoiceInterface * (* peek_parent_voice_interface) (MMSharedSimtech *self); }; GType mm_shared_simtech_get_type (void); |