diff --git a/Utilities/Thread.h b/Utilities/Thread.h index bc5efd79c7..7f2e0b522f 100644 --- a/Utilities/Thread.h +++ b/Utilities/Thread.h @@ -522,7 +522,7 @@ class named_thread final : public Context, result_storage, thread_base return next(thread_ctrl::get_current()); } - return 0; + return {}; } #endif