Fix build.
This commit is contained in:
parent
692d2db52a
commit
f21f5c7cee
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user