Fix build.

This commit is contained in:
Rene Gollent 2013-04-13 17:46:48 -04:00
parent 692d2db52a
commit f21f5c7cee

View File

@ -1491,7 +1491,7 @@ VariablesView::MessageReceived(BMessage* message)
fThread->GetTeam()->DebugInfo(), type) != B_OK) {
BString errorMessage;
errorMessage.SetToFormat("Failed to resolve type %s",
typeExpression.String(), strerror(result));
typeExpression.String());
BAlert* alert = new(std::nothrow) BAlert("Error",
errorMessage.String(), "Close");
if (alert != NULL)