Skip to content

Commit

Permalink
Merge pull request #79466 from Repiteo/core_bind-header-fix
Browse files Browse the repository at this point in the history
Have `core_bind.h` Thread type syntax match `core_bind.cpp`
  • Loading branch information
YuriSizov committed Jul 21, 2023
2 parents 4d42d6f + 1651c5d commit 01e0867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/core_bind.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ class OS : public Object {
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;
bool is_sandboxed() const;
Expand Down

0 comments on commit 01e0867

Please sign in to comment.