Debugger: Build fix.

This commit is contained in:
Rene Gollent 2015-07-17 23:30:23 -04:00
parent 8a5d051fa3
commit 6edcd0bf79

View File

@ -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;
}