Build fix.
This commit is contained in:
parent
15f61ef94c
commit
9cd25f4c05
@ -467,7 +467,7 @@ BPoseView::DeleteProperty(BMessage* specifier, int32 form,
|
||||
Delete(entryList, false, settings.AskBeforeDeleteFile());
|
||||
} else {
|
||||
entry_ref* ref;
|
||||
while (ref = entryList->RemoveItemAt(0))
|
||||
while ((ref = entryList->RemoveItemAt(0)))
|
||||
delete ref;
|
||||
delete entryList;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user