diff options
author | Armin Weatherwax | 2010-02-22 17:57:35 +0100 |
---|---|---|
committer | Jacek Antonelli | 2010-03-05 14:18:48 -0600 |
commit | d0936606412ccaf05a2e17894d2bc9a3c18506ab (patch) | |
tree | fb15bb14014eb9f6cc0512f4f3fbf408de8459e3 /linden/indra/newview/llwearable.h | |
parent | Fixed some notifications that were ported from 1.2 incorrectly. (diff) | |
download | meta-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.h | 6 |
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 | ||
108 | private: | 108 | public: |
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 | 112 | private: | |
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; |