From: Vincent van Ravesteijn Date: Sat, 12 Dec 2009 14:04:21 +0000 (+0000) Subject: Fix compilation without QProcess. X-Git-Tag: 2.0.0~4838 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=472b09d7350d051ea56c4ddec34144df11d5280c;p=lyx.git Fix compilation without QProcess. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32491 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp index 572ebf6732..2d139e7970 100644 --- a/src/support/Systemcall.cpp +++ b/src/support/Systemcall.cpp @@ -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;