Skip to content
Snippets Groups Projects
Commit c3cab388 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #8968: sdp.h: pass paramter by reference

parent ad2254a3
Branches
Tags
No related merge requests found
...@@ -252,7 +252,7 @@ class Sdp { ...@@ -252,7 +252,7 @@ class Sdp {
* Set the SRTP master_key * Set the SRTP master_key
* @param mk The Master Key of a srtp session. * @param mk The Master Key of a srtp session.
*/ */
void setLocalSdpCrypto(const std::vector<std::string> lc) { void setLocalSdpCrypto(const std::vector<std::string> &lc) {
srtpCrypto_ = lc; srtpCrypto_ = lc;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment