]> git.lyx.org Git - lyx.git/commitdiff
Fix compilation without QProcess.
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 12 Dec 2009 14:04:21 +0000 (14:04 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 12 Dec 2009 14:04:21 +0000 (14:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32491 a592a061-630c-0410-9148-cb99ea01b6c8

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;