X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fos_thread.hpp;h=9dc656eedce84798480de480b3fa1747e1da7c9b;hb=44d6e82ea0c10fe5c798b22fa25c2186dc77a6c0;hp=5e9577b56a29924b816abfc10fb16baf70a9bb14;hpb=66ee52d87f1e740e3085dc481e2bd6a6dc41f279;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) { }