Remove value constructors for ConsoleValueRef & fix callbacks which use them. Fixes issue #1289

This commit is contained in:
James Urquhart 2015-05-06 23:28:46 +01:00 committed by Daniel Buckmaster
parent eb0351139e
commit 12d435c341
5 changed files with 17 additions and 43 deletions

View file

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