diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index 020805e33..28c682544 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -2165,7 +2165,8 @@ void LLFolderView::doIdle() LLFavoritesOrderStorage::instance(); // Singu TODO: Favorites bar. BOOL collectFavoriteItems(LLInventoryModel::item_array_t&); - collectFavoriteItems(LLInventoryModel::item_array_t()); + LLInventoryModel::item_array_t items; + collectFavoriteItems(items); LL_RECORD_BLOCK_TIME(FTM_INVENTORY);