diff options
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; |