aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwearable.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llwearable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llwearable.h b/linden/indra/newview/llwearable.h
index 63243eb..977d29b 100644
--- a/linden/indra/newview/llwearable.h
+++ b/linden/indra/newview/llwearable.h
@@ -118,7 +118,7 @@ public:
118 118
119 static void setCurrentDefinitionVersion( S32 version ) { LLWearable::sCurrentDefinitionVersion = version; } 119 static void setCurrentDefinitionVersion( S32 version ) { LLWearable::sCurrentDefinitionVersion = version; }
120 120
121 void dump(); 121 friend std::ostream& operator<<(std::ostream &s, const LLWearable &w);
122 122
123private: 123private:
124 static S32 sCurrentDefinitionVersion; // Depends on the current state of the avatar_lad.xml. 124 static S32 sCurrentDefinitionVersion; // Depends on the current state of the avatar_lad.xml.