summaryrefslogtreecommitdiff
path: root/indra/newview/llfavoritesbar.h
diff options
context:
space:
mode:
authorayp <none@none>2009-10-27 18:12:06 +0200
committerayp <none@none>2009-10-27 18:12:06 +0200
commitd8802ba0fd7ac65d240070ec5e7d17afbcd9e196 (patch)
treed3171a8e2601a1d4663bb196613efed1f0303033 /indra/newview/llfavoritesbar.h
parentbfc9445563c5ad200ed609bc8ff3edecb2398d28 (diff)
fixed major bug EXT-1765 Viewer crahes if drop landmark from notecard onto Favorites Bar
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llfavoritesbar.h')
-rw-r--r--indra/newview/llfavoritesbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfavoritesbar.h b/indra/newview/llfavoritesbar.h
index ea2a3d08e2..e90d13f9d5 100644
--- a/indra/newview/llfavoritesbar.h
+++ b/indra/newview/llfavoritesbar.h
@@ -141,7 +141,7 @@ private:
* inserts an item identified by insertedItemId BEFORE an item identified by beforeItemId.
* this function assumes that an item identified by insertedItemId doesn't exist in items array.
*/
- void insertBeforeItem(LLInventoryModel::item_array_t& items, const LLUUID& beforeItemId, const LLUUID& insertedItemId);
+ void insertBeforeItem(LLInventoryModel::item_array_t& items, const LLUUID& beforeItemId, LLViewerInventoryItem* insertedItem);
// finds an item by it's UUID in the items array
LLInventoryModel::item_array_t::iterator findItemByUUID(LLInventoryModel::item_array_t& items, const LLUUID& id);