forked from mirrors/linphone-iphone
fix build
This commit is contained in:
parent
894367f33b
commit
9f01c08aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ import AVFoundation
|
|||
|
||||
@objc func setCore(core: OpaquePointer) {
|
||||
lc = Core.getSwiftObject(cObject: core)
|
||||
lc?.addDelegate(delegate: manager)
|
||||
lc?.addDelegate(delegate: self)
|
||||
}
|
||||
|
||||
@objc static func getAppData(call: OpaquePointer) -> CallAppData? {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue