Have core_bind.h thread type syntax match .cpp

• Functionally identical to prior implementation, but removes misattributed errors in VSCode intellisense
This commit is contained in:
Thaddeus Crews 2023-07-14 10:12:39 -05:00
parent 60f3b7967c
commit 1651c5d2ad
No known key found for this signature in database
GPG Key ID: 62181B86FE9E5D84
1 changed files with 2 additions and 2 deletions

View File

@ -230,8 +230,8 @@ public:
String get_cache_dir() const;
Error set_thread_name(const String &p_name);
Thread::ID get_thread_caller_id() const;
Thread::ID get_main_thread_id() const;
::Thread::ID get_thread_caller_id() const;
::Thread::ID get_main_thread_id() const;
bool has_feature(const String &p_feature) const;