aboutsummaryrefslogtreecommitdiff
path: root/builtins/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/thread.h')
-rw-r--r--builtins/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/thread.h b/builtins/thread.h
index efccae33..2956dda6 100644
--- a/builtins/thread.h
+++ b/builtins/thread.h
@@ -14,7 +14,7 @@ pthread_t *Thread$new(closure_t fn);
void Thread$cancel(pthread_t *thread);
void Thread$join(pthread_t *thread);
void Thread$detach(pthread_t *thread);
-CORD Thread$as_text(const pthread_t **thread, bool colorize, const TypeInfo *type);
+Text_t Thread$as_text(const pthread_t **thread, bool colorize, const TypeInfo *type);
extern TypeInfo Thread;