Forgot to change this one as well

svn path=/trunk/; revision=32620
This commit is contained in:
Colin Finck 2008-03-09 12:01:59 +00:00
parent 6b6e759d1c
commit 8083445324

View file

@ -246,7 +246,7 @@ __inline int gettimeofday(struct timeval *tv, struct timezone *tz)
struct sigaction OsSupport::s_sact;
OsSupport::ProcessID OsSupport::createProcess(char *procname, int procargsnum, char **procargs, bool bWait)
OsSupport::ProcessID OsSupport::createProcess(const char *procname, int procargsnum, const char **procargs, bool bWait)
{
ProcessID pid;