Fix compilation without QProcess.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32491 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-12-12 14:04:21 +00:00
parent 8c8675e2ca
commit 472b09d735

View 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;