mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Fixed compilation with old gcc
This commit is contained in:
parent
d5fe22fb65
commit
281bac168b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ LINPHONE_BEGIN_NAMESPACE
|
|||
|
||||
class ObjectPrivate : public BaseObjectPrivate {
|
||||
protected:
|
||||
constexpr const Object::Lock &getLock () const {
|
||||
inline const Object::Lock &getLock () const {
|
||||
return lock;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue