mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
Fixed compil
This commit is contained in:
parent
f47dd800b8
commit
ce8805e463
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ public:
|
|||
typename = typename std::enable_if<std::is_base_of<BaseObject, CppType>::value, CppType>::type
|
||||
>
|
||||
static void signalCppPtrDestruction (CppType *cppObject) {
|
||||
void *value = cppObject->getCBackPtr();
|
||||
//void *value = cppObject->getCBackPtr();
|
||||
//TODO
|
||||
/*if (value && static_cast<WrappedBaseObject<CppType> *>(value)->owner == WrappedObjectOwner::Internal)
|
||||
belle_sip_object_unref(value);*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue