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 37a221ca..028c5894 100644 --- a/src/plugins/simtech/mm-shared-simtech.h +++ b/src/plugins/simtech/mm-shared-simtech.h @@ -38,7 +38,7 @@ struct _MMSharedSimtech { GTypeInterface g_iface; /* Peek location interface of the parent class of the object */ - MMIfaceModemLocation * (* peek_parent_location_interface) (MMSharedSimtech *self); + MMIfaceModemLocationInterface * (* peek_parent_location_interface) (MMSharedSimtech *self); /* Peek voice interface of the parent class of the object */ MMIfaceModemVoice * (* peek_parent_voice_interface) (MMSharedSimtech *self); |