diff options
author | Richard Nelson <none@none> | 2010-06-16 17:32:51 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-06-16 17:32:51 -0700 |
commit | 4aef5f54de70a8d729c93f7eb11995a7d23feed0 (patch) | |
tree | 5a353b59aabb0c044225c289459cb2801a09496a /indra/newview/llinventoryfunctions.h | |
parent | 353fc2431a22558d83dbf2a05146d56323cfa429 (diff) |
EXT-7734 FIX In-world object properteis often don't show correct information
reviewed by Leyla
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r-- | indra/newview/llinventoryfunctions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 93c56e1b8a..aa4ac98241 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -53,6 +53,7 @@ BOOL get_is_category_removable(const LLInventoryModel* model, const LLUUID& id); BOOL get_is_category_renameable(const LLInventoryModel* model, const LLUUID& id); void show_item_profile(const LLUUID& item_uuid); +void show_task_item_profile(const LLUUID& item_uuid, const LLUUID& object_id); void show_item_original(const LLUUID& item_uuid); |