mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
Another const in list issue fixed
This commit is contained in:
parent
20d5ded827
commit
5600ce3a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public:
|
|||
virtual int getNbParticipants () const = 0;
|
||||
virtual std::list<std::shared_ptr<Participant>> getParticipants () const = 0;
|
||||
virtual void removeParticipant (const std::shared_ptr<Participant> participant) = 0;
|
||||
virtual void removeParticipants (const std::list<const std::shared_ptr<Participant>> participants) = 0;
|
||||
virtual void removeParticipants (const std::list<std::shared_ptr<Participant>> participants) = 0;
|
||||
};
|
||||
|
||||
LINPHONE_END_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue