]> git.cworth.org Git - apitrace/commitdiff
Fix compilation with clang.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 24 Oct 2012 13:05:08 +0000 (14:05 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 24 Oct 2012 13:05:08 +0000 (14:05 +0100)
common/os_thread.hpp

index bf4c8eaac5e99dd08bde3ef17670cefdfc605911..3aeeee4849551e360bcc4db44335e9251603d415 100644 (file)
@@ -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;