mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix(c-dial-plan): remove AsInt usage
This commit is contained in:
parent
595cb5871d
commit
95d7521404
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ int linphone_dial_plan_lookup_ccc_from_iso (const char *iso) {
|
|||
}
|
||||
|
||||
const LinphoneDialPlan *linphone_dial_plan_by_ccc_as_int (int ccc) {
|
||||
const LinphonePrivate::DialPlan &dp = LinphonePrivate::DialPlan::findByCccAsInt(ccc);
|
||||
const LinphonePrivate::DialPlan &dp = LinphonePrivate::DialPlan::findByCcc(ccc);
|
||||
return L_GET_C_BACK_PTR(&dp);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue