]> git.lyx.org Git - lyx.git/blobdiff - src/support/syscall.h
various changes
[lyx.git] / src / support / syscall.h
index 4aa51cece7da1f84fdfb4d93aa5f767e63e7450a..dd014ae112ca22e78711016c569db9767161d104 100644 (file)
@@ -86,6 +86,7 @@ public:
            When the child is dead, the callback is called.
        */
        void kill(int tolerance = 5);
+
 private:
        /// Type of execution: system, wait for child or background
        Starttype start;