Revert "add const qualifier to the first arg of TextJoin (#5166)"
This reverts commit 4e8d08523f.
This commit is contained in:
parent
4e8d08523f
commit
1fa3c15942
6 changed files with 6 additions and 6 deletions
|
|
@ -2474,7 +2474,7 @@
|
|||
<Param type="int" name="position" desc="" />
|
||||
</Function>
|
||||
<Function name="TextJoin" retType="char *" paramCount="3" desc="Join text strings with delimiter">
|
||||
<Param type="const char **" name="textList" desc="" />
|
||||
<Param type="char **" name="textList" desc="" />
|
||||
<Param type="int" name="count" desc="" />
|
||||
<Param type="const char *" name="delimiter" desc="" />
|
||||
</Function>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue