Changes due to BPartition::UniqueID() -> ID().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
bf5ffb0203
commit
2942bfb5fb
@ -48,13 +48,13 @@ IDFinderVisitor::IDFinderVisitor(int32 id)
|
||||
bool
|
||||
IDFinderVisitor::Visit(BDiskDevice *device)
|
||||
{
|
||||
return (device->UniqueID() == fID);
|
||||
return (device->ID() == fID);
|
||||
}
|
||||
|
||||
// Visit
|
||||
bool
|
||||
IDFinderVisitor::Visit(BPartition *partition, int32 level)
|
||||
{
|
||||
return (partition->UniqueID() == fID);
|
||||
return (partition->ID() == fID);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user