mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +00:00
ofono: Derive from CallsProvider
This was missed 5684d54
when CallsProvider switched from
an interface to an abstract class.
Closes #243
This commit is contained in:
parent
b60680f645
commit
52424ee927
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ static void calls_ofono_provider_message_source_interface_init (CallsMessageSour
|
|||
|
||||
|
||||
G_DEFINE_DYNAMIC_TYPE_EXTENDED
|
||||
(CallsOfonoProvider, calls_ofono_provider, G_TYPE_OBJECT, 0,
|
||||
(CallsOfonoProvider, calls_ofono_provider, CALLS_TYPE_PROVIDER, 0,
|
||||
G_IMPLEMENT_INTERFACE_DYNAMIC (CALLS_TYPE_MESSAGE_SOURCE,
|
||||
calls_ofono_provider_message_source_interface_init))
|
||||
|
||||
|
|
Loading…
Reference in a new issue