summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitobserver.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-06-11 11:27:36 -0400
committerLoren Shih <seraph@lindenlab.com>2010-06-11 11:27:36 -0400
commit8e725a8694f8537d696a6943ea2323c56a5fa169 (patch)
tree24d34b7bd9446919fa86d2d462c8230d02b638b0 /indra/newview/lloutfitobserver.h
parent59b4f7e25899e5f14cc6d1eb1f7f683ae6821657 (diff)
parent0c8164b8947eee7b43ba0452821a3ff6d9f9dd38 (diff)
automated merge
Diffstat (limited to 'indra/newview/lloutfitobserver.h')
-rw-r--r--indra/newview/lloutfitobserver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lloutfitobserver.h b/indra/newview/lloutfitobserver.h
index a4b5fbe04a..3a66b5ea9f 100644
--- a/indra/newview/lloutfitobserver.h
+++ b/indra/newview/lloutfitobserver.h
@@ -68,6 +68,8 @@ protected:
/** Get a version of an inventory category specified by its UUID */
static S32 getCategoryVersion(const LLUUID& cat_id);
+ static const std::string& getCategoryName(const LLUUID& cat_id);
+
bool checkCOF();
void checkBaseOutfit();
@@ -78,6 +80,7 @@ protected:
LLUUID mBaseOutfitId;
S32 mBaseOutfitLastVersion;
+ std::string mLastBaseOutfitName;
bool mLastOutfitDirtiness;