Fix typo in BLayout::AllArchived().
BLayout::AllArchived() was forwarding to BArchivable, skipping BLayoutItem.
This commit is contained in:
@@ -456,7 +456,7 @@ BLayout::Archive(BMessage* into, bool deep) const
|
|||||||
status_t
|
status_t
|
||||||
BLayout::AllArchived(BMessage* archive) const
|
BLayout::AllArchived(BMessage* archive) const
|
||||||
{
|
{
|
||||||
return BArchivable::AllArchived(archive);
|
return BLayoutItem::AllArchived(archive);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user