diff --git a/src/components/call/CallModel.hpp b/src/components/call/CallModel.hpp index 8b27f90f5..b585f3d84 100644 --- a/src/components/call/CallModel.hpp +++ b/src/components/call/CallModel.hpp @@ -85,7 +85,7 @@ public: Q_ENUM(CallEncryption); - CallModel (std::shared_ptr linphoneCall); + CallModel (std::shared_ptr call); ~CallModel (); std::shared_ptr getCall () const {