diff options
author | James Cook <james@lindenlab.com> | 2009-12-18 12:32:01 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-18 12:32:01 -0800 |
commit | efdfc74b21f5d6386cc03136c4d2a8dcf07f9958 (patch) | |
tree | 620d86df1d2b2cc409109eace7888cb68e1dc921 /indra/newview/llwearable.h | |
parent | eb501f3231aacb2fd97d8428bb2d25b818b26263 (diff) | |
parent | c1b58587dfe4711383b1878d341527221d2c298f (diff) |
Merge with viewer-2-0 again, to pick up avatar changes
Diffstat (limited to 'indra/newview/llwearable.h')
-rw-r--r-- | indra/newview/llwearable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwearable.h b/indra/newview/llwearable.h index 82d388ab7e..7a579b248e 100644 --- a/indra/newview/llwearable.h +++ b/indra/newview/llwearable.h @@ -127,6 +127,7 @@ public: void setClothesColor( S32 te, const LLColor4& new_color, BOOL upload_bake ); void revertValues(); + void saveValues(); BOOL isOnTop() const; @@ -143,7 +144,6 @@ private: void createLayers(S32 te); void createVisualParams(); - void saveValues(); void syncImages(te_map_t &src, te_map_t &dst); void destroyTextures(); |