aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwearable.h
diff options
context:
space:
mode:
authorArmin Weatherwax2010-02-22 17:57:35 +0100
committerJacek Antonelli2010-03-05 14:18:48 -0600
commitd0936606412ccaf05a2e17894d2bc9a3c18506ab (patch)
treefb15bb14014eb9f6cc0512f4f3fbf408de8459e3 /linden/indra/newview/llwearable.h
parentFixed some notifications that were ported from 1.2 incorrectly. (diff)
downloadmeta-impy-d0936606412ccaf05a2e17894d2bc9a3c18506ab.zip
meta-impy-d0936606412ccaf05a2e17894d2bc9a3c18506ab.tar.gz
meta-impy-d0936606412ccaf05a2e17894d2bc9a3c18506ab.tar.bz2
meta-impy-d0936606412ccaf05a2e17894d2bc9a3c18506ab.tar.xz
Ported breast physics from Emerald.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llwearable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llwearable.h b/linden/indra/newview/llwearable.h
index 6e473c1..81aa61d 100644
--- a/linden/indra/newview/llwearable.h
+++ b/linden/indra/newview/llwearable.h
@@ -105,11 +105,11 @@ public:
105 105
106 friend std::ostream& operator<<(std::ostream &s, const LLWearable &w); 106 friend std::ostream& operator<<(std::ostream &s, const LLWearable &w);
107 107
108private: 108public:
109 // Private constructor used by LLWearableList 109 // -not anymore Private- constructor used by LLWearableList
110 LLWearable(const LLTransactionID& transactionID); 110 LLWearable(const LLTransactionID& transactionID);
111 LLWearable(const LLAssetID& assetID); 111 LLWearable(const LLAssetID& assetID);
112 112private:
113 static S32 sCurrentDefinitionVersion; // Depends on the current state of the avatar_lad.xml. 113 static S32 sCurrentDefinitionVersion; // Depends on the current state of the avatar_lad.xml.
114 S32 mDefinitionVersion; // Depends on the state of the avatar_lad.xml when this asset was created. 114 S32 mDefinitionVersion; // Depends on the state of the avatar_lad.xml when this asset was created.
115 std::string mName; 115 std::string mName;