Fixed compilation with old gcc

This commit is contained in:
Sylvain Berfini 2018-01-09 16:15:55 +01:00
parent d5fe22fb65
commit 281bac168b

View file

@ -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;
}