]> git.lyx.org Git - features.git/blobdiff - src/support/Systemcall.cpp
Fix compilation without QProcess.
[features.git] / src / support / Systemcall.cpp
index 572ebf6732185c4a17d2676216f54a1c5d5bf543..2d139e79709b42efa261f27746a5697e0bf510c7 100644 (file)
@@ -52,7 +52,8 @@ namespace support {
 
 // Reuse of instance
 #ifndef USE_QPROCESS
-int Systemcall::startscript(Starttype how, string const & what)
+int Systemcall::startscript(Starttype how, string const & what,
+                                                       bool /*process_events*/)
 {
        string command = what;