diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llfloatercustomize.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatercustomize.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatercustomize.h b/linden/indra/newview/llfloatercustomize.h index 9ca22d0..60fdd4b 100644 --- a/linden/indra/newview/llfloatercustomize.h +++ b/linden/indra/newview/llfloatercustomize.h | |||
@@ -87,13 +87,12 @@ public: | |||
87 | void generateVisualParamHints(LLViewerJointMesh* joint_mesh, | 87 | void generateVisualParamHints(LLViewerJointMesh* joint_mesh, |
88 | param_map& params); | 88 | param_map& params); |
89 | 89 | ||
90 | const LLString& getEditGroup(); | 90 | const std::string& getEditGroup(); |
91 | void addVisualParamToUndoBuffer( LLViewerVisualParam* param, F32 current_weight ); | 91 | void addVisualParamToUndoBuffer( LLViewerVisualParam* param, F32 current_weight ); |
92 | 92 | ||
93 | void updateScrollingPanelList(BOOL allow_modify); | 93 | void updateScrollingPanelList(BOOL allow_modify); |
94 | 94 | ||
95 | void setWearable(EWearableType type, LLWearable* wearable, U32 perm_mask, BOOL is_complete); | 95 | void setWearable(EWearableType type, LLWearable* wearable, U32 perm_mask, BOOL is_complete); |
96 | //const char* getWearableDescription( EWearableType type ); | ||
97 | LLPanelEditWearable* getCurrentWearablePanel() { return mWearablePanelList[ sCurrentWearableType ]; } | 96 | LLPanelEditWearable* getCurrentWearablePanel() { return mWearablePanelList[ sCurrentWearableType ]; } |
98 | 97 | ||
99 | virtual BOOL isDirty() const; | 98 | virtual BOOL isDirty() const; |