]> git.lyx.org Git - lyx.git/blobdiff - src/support/syscall.C
the runlatex merge
[lyx.git] / src / support / syscall.C
index 8b18c28704b51bdf7fe78431d27c2bdf49b8537e..77521afacd516c78fe40dad2717e531b2784d4e4 100644 (file)
@@ -17,7 +17,7 @@
 #include "support/lstrings.h"
 
 Systemcalls::Systemcalls() {
-       pid = (pid_t) 0; // No child yet
+       pid = 0; // No child yet
 }
 
 Systemcalls::Systemcalls(Starttype how, string const & what, Callbackfct cback)