]> git.lyx.org Git - lyx.git/blobdiff - src/support/syscall.C
use more explicit on constructors use the pimpl idom to reduce size with about 500k
[lyx.git] / src / support / syscall.C
index bd78d81cb01d43150bbe3f4d6b98b7e3c6977c5b..ca1bf384bca2ea15fc8ffec4615254f631e37f1f 100644 (file)
@@ -16,6 +16,9 @@
 #include "support/lstrings.h"
 #include "support/lyxlib.h"
 
+using std::endl;
+
+
 Systemcalls::Systemcalls() {
        pid = 0; // No child yet
 }
@@ -205,7 +208,7 @@ void back(string cmd, int retval)
 }
 
 
-int main(int, char**)
+int main(int, char **)
 {
        
        SystemcallsSingletoncontroller::Startcontroller starter;