Commit 07f53dfa authored by Youness Alaoui's avatar Youness Alaoui

nice_agent_set_software must take a const gchar *, not just a gchar *

parent 11073352
...@@ -2373,7 +2373,7 @@ void nice_agent_set_stream_tos (NiceAgent *agent, ...@@ -2373,7 +2373,7 @@ void nice_agent_set_stream_tos (NiceAgent *agent,
agent_unlock(); agent_unlock();
} }
void nice_agent_set_software (NiceAgent *agent, gchar *software) void nice_agent_set_software (NiceAgent *agent, const gchar *software)
{ {
agent_lock(); agent_lock();
......
...@@ -660,7 +660,7 @@ void nice_agent_set_stream_tos ( ...@@ -660,7 +660,7 @@ void nice_agent_set_stream_tos (
</note> </note>
* *
*/ */
void nice_agent_set_software (NiceAgent *agent, gchar *software); void nice_agent_set_software (NiceAgent *agent, const gchar *software);
G_END_DECLS G_END_DECLS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment