diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-07-12 18:24:23 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-07-12 18:24:23 -0400 |
commit | 27c7b259b417d5843422e8bd4e8e480a186e44f4 (patch) | |
tree | 9902c463f76c35ad8049ad467739536ea43482b0 /indra/newview/llappearancemgr.h | |
parent | 5e40435201e21a3b4b6f4a172937d3efe8ad15c0 (diff) |
SH-3267 WIP
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-x | indra/newview/llappearancemgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 954820c154..45291419c7 100755 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -95,6 +95,8 @@ public: const LLUUID getCOF() const; S32 getCOFVersion() const; + S32 mLastUpdateRequestCOFVersion; + // Finds the folder link to the currently worn outfit const LLViewerInventoryItem *getBaseOutfitLink(); bool getBaseOutfitName(std::string &name); |