#328217, fix Camino bustage on gcc3.3 and SDK 10.4u, sr=pink

This commit is contained in:
hwaara%gmail.com 2006-02-22 23:05:47 +00:00
Родитель ee6e1f5b38
Коммит 0836e9d25f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -720,7 +720,7 @@ static const int kDisabledQuicksearchPopupItemTag = 9999;
// first arrange the items at the top level
if ([bmItems count] > 1)
{
BookmarkFolder* itemsParent = [[bmItems firstObject] parent];
BookmarkFolder* itemsParent = (BookmarkFolder*) [[bmItems firstObject] parent];
[itemsParent arrangeChildItems:bmItems usingSelector:sortSelector reverseSort:reverseSort];
}