Debugger: Build fix.
This commit is contained in:
parent
8a5d051fa3
commit
6edcd0bf79
@ -1553,7 +1553,7 @@ VariablesView::VariableTableModel::GetToolTipForTablePath(
|
||||
tipData += pieceData;
|
||||
}
|
||||
tipData += "Editable: ";
|
||||
tipData += error == B_OK && location->IsEditable()
|
||||
tipData += error == B_OK && location->IsWritable()
|
||||
? "Yes" : "No";
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user