diff options
Diffstat (limited to 'builtins/string.h')
| -rw-r--r-- | builtins/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/string.h b/builtins/string.h index 278a2f9c..a4bb6f2b 100644 --- a/builtins/string.h +++ b/builtins/string.h @@ -39,6 +39,6 @@ CORD Str__replace(CORD text, CORD pat, CORD replacement, int64_t limit); Str_Array_t Str__split(CORD str, CORD split); CORD Str__join(CORD glue, Str_Array_t pieces); -extern TypeInfo Str; +extern const TypeInfo Str; // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
