Amend console stack fixes to work with gcc in Ubuntu x64.

This commit is contained in:
Daniel Buckmaster 2015-03-01 20:34:16 +11:00
parent 6c92ab065e
commit 57eed9c8e4
2 changed files with 4 additions and 4 deletions

View file

@ -129,7 +129,7 @@ ConsoleValueRef SimConsoleThreadExecCallback::waitForResult()
return retVal;
}
return NULL;
return (const char*)NULL;
}
//-----------------------------------------------------------------------------