Revert "add const qualifier to the first arg of TextJoin (#5166)"

This reverts commit 4e8d08523f.
This commit is contained in:
Ray
2025-09-02 19:00:22 +02:00
parent 4e8d08523f
commit 1fa3c15942
6 changed files with 6 additions and 6 deletions

View File

@@ -6933,7 +6933,7 @@ return {
description = "Join text strings with delimiter",
returnType = "char *",
params = {
{type = "const char **", name = "textList"},
{type = "char **", name = "textList"},
{type = "int", name = "count"},
{type = "const char *", name = "delimiter"}
}