diff options
Diffstat (limited to 'platform/web/os_web.h')
-rw-r--r-- | platform/web/os_web.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/web/os_web.h b/platform/web/os_web.h index b9570f9ca1..5335340b79 100644 --- a/platform/web/os_web.h +++ b/platform/web/os_web.h @@ -83,6 +83,7 @@ public: int get_process_id() const override; bool is_process_running(const ProcessID &p_pid) const override; int get_processor_count() const override; + String get_unique_id() const override; int get_default_thread_pool_size() const override { return 1; } String get_executable_path() const override; |