diff options
| author | Ariel Manzur | 2015-12-17 06:24:27 -0300 |
|---|---|---|
| committer | Ariel Manzur | 2015-12-17 06:24:27 -0300 |
| commit | 10298b9534937c8662fe6bea6dcf79457bd53970 (patch) | |
| tree | f329c7c04aa20a5e6d1b3fd4a7d366bbf49842cc /drivers/unix/thread_posix.h | |
| parent | 6c3c20fc35cfe324a55409bd3d8fb0f0028774fe (diff) | |
| download | godot-10298b9534937c8662fe6bea6dcf79457bd53970.tar.gz godot-10298b9534937c8662fe6bea6dcf79457bd53970.tar.zst godot-10298b9534937c8662fe6bea6dcf79457bd53970.zip | |
Diffstat (limited to 'drivers/unix/thread_posix.h')
| -rw-r--r-- | drivers/unix/thread_posix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/unix/thread_posix.h b/drivers/unix/thread_posix.h index 4f76f3d7b..215da444e 100644 --- a/drivers/unix/thread_posix.h +++ b/drivers/unix/thread_posix.h @@ -61,6 +61,7 @@ public: virtual ID get_ID() const; + Error set_name(const String& p_name); static void make_default(); |
