bsd compatibility mods
[goodguy/history.git] / cinelerra-5.1 / guicast / thread.C
index c2f3321d7987a28f85f90bf65b83078bb65cc72d..dff53e61ec4e5eb656a09236f4486ef680ee7484 100644 (file)
@@ -243,6 +243,6 @@ int Thread::get_realtime()
 
 unsigned long Thread::get_tid()
 {
-       return tid;
+       return (unsigned long)tid;
 }