summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2009-12-17 15:47:07 -0500
committerLoren Shih <seraph@lindenlab.com>2009-12-17 15:47:07 -0500
commitd3d454988a37a3f2d3175d10aa6ad44ef68fcaee (patch)
tree1c5f8ce47f2aad7c183e935bef3f16d9d7e3f9bc /indra/newview/llinventorybridge.h
parent3c38c7f14869f803538bcb87a109f26fecc9d107 (diff)
EXT-2677 : "Remove From Outfit" active even when I'm not wearing any items in the folder
Now checking contents of the folder for any actively worn items for determining this flag. --HG-- branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r--indra/newview/llinventorybridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h
index 117e32c6be..54eb27db39 100644
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -339,6 +339,7 @@ protected:
static void createNewEyes(void* user_data);
BOOL checkFolderForContentsOfType(LLInventoryModel* model, LLInventoryCollectFunctor& typeToCheck);
+ BOOL areAnyContentsWorn(LLInventoryModel* model) const;
void modifyOutfit(BOOL append);
void determineFolderType();