X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fos_thread.hpp;h=9dc656eedce84798480de480b3fa1747e1da7c9b;hb=bd4937e47675d600b13174773dc05ab1129c266b;hp=5e9577b56a29924b816abfc10fb16baf70a9bb14;hpb=21fa369365d53eb15f2f11dfc39333b974aaa1a2;p=apitrace diff --git a/common/os_thread.hpp b/common/os_thread.hpp index 5e9577b..9dc656e 100644 --- a/common/os_thread.hpp +++ b/common/os_thread.hpp @@ -301,7 +301,7 @@ namespace os { } inline - thread(thread &other) : + thread(const thread &other) : _native_handle(other._native_handle) { }