X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fos_thread.hpp;h=3aeeee4849551e360bcc4db44335e9251603d415;hb=c5cd3565d87b910bf5966d5e5c66ce722fcf25ae;hp=bf4c8eaac5e99dd08bde3ef17670cefdfc605911;hpb=dd0a26119bd5d53e2fc6909cc69a44e08d8e6406;p=apitrace diff --git a/common/os_thread.hpp b/common/os_thread.hpp index bf4c8ea..3aeeee4 100644 --- a/common/os_thread.hpp +++ b/common/os_thread.hpp @@ -324,7 +324,7 @@ private: #endif template< class Function, class Arg > - explicit thread( Function& f, Arg & arg ) { + explicit thread( Function& f, Arg arg ) { #ifdef _WIN32 /* FIXME */ DWORD id = 0;