diff options
Diffstat (limited to 'plugins/wavecom/mm-broadband-modem-wavecom.c')
-rw-r--r-- | plugins/wavecom/mm-broadband-modem-wavecom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wavecom/mm-broadband-modem-wavecom.c b/plugins/wavecom/mm-broadband-modem-wavecom.c index 022dd34d..1fd3cd60 100644 --- a/plugins/wavecom/mm-broadband-modem-wavecom.c +++ b/plugins/wavecom/mm-broadband-modem-wavecom.c @@ -1167,7 +1167,7 @@ static void setup_ports (MMBroadbandModem *self) { gpointer parser; - MMAtSerialPort *primary; + MMPortSerialAt *primary; GRegex *regex; /* Call parent's setup ports first always */ @@ -1187,7 +1187,7 @@ setup_ports (MMBroadbandModem *self) mm_serial_parser_v1_set_custom_regex (parser, regex, NULL); g_regex_unref (regex); - mm_at_serial_port_set_response_parser (MM_AT_SERIAL_PORT (primary), + mm_port_serial_at_set_response_parser (MM_PORT_SERIAL_AT (primary), mm_serial_parser_v1_parse, parser, mm_serial_parser_v1_destroy); |