Fixed infinite recursion. Discovered by Ryan.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20027 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -336,7 +336,7 @@ BGridLayout::AddItem(BLayoutItem* item)
|
|||||||
bool
|
bool
|
||||||
BGridLayout::AddItem(int32 index, BLayoutItem* item)
|
BGridLayout::AddItem(int32 index, BLayoutItem* item)
|
||||||
{
|
{
|
||||||
return AddItem(index, item);
|
return AddItem(item);
|
||||||
}
|
}
|
||||||
|
|
||||||
// AddItem
|
// AddItem
|
||||||
|
|||||||
Reference in New Issue
Block a user