浏览代码

Have core_bind.h thread type syntax match .cpp

• Functionally identical to prior implementation, but removes misattributed errors in VSCode intellisense
Thaddeus Crews 2 年之前
父节点
当前提交
1651c5d2ad
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/core_bind.h

+ 2 - 2
core/core_bind.h

@@ -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;