summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneleditwearable.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-12 11:42:53 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-12 11:42:53 +0100
commit1cee577ca0234eee7da243c85be8eb7524d691c7 (patch)
treedae53f3e48a2a1984f04c9e189f540d32dd9bc58 /indra/newview/llpaneleditwearable.h
parent7059173aa920e9c8d1939a0ec9558fc79cbfb3ed (diff)
Oops! I fixed these compile errors but didn't commit them.
Diffstat (limited to 'indra/newview/llpaneleditwearable.h')
-rw-r--r--indra/newview/llpaneleditwearable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpaneleditwearable.h b/indra/newview/llpaneleditwearable.h
index cb22891196..a5a332019d 100644
--- a/indra/newview/llpaneleditwearable.h
+++ b/indra/newview/llpaneleditwearable.h
@@ -80,8 +80,8 @@ private:
void onColorSwatchCommit(const LLUICtrl*);
void onTexturePickerCommit(const LLUICtrl*);
void updatePanelPickerControls(LLWearableType::EType type);
- void toggleTypeSpecificControls(EWearableType type);
- void updateTypeSpecificControls(EWearableType type);
+ void toggleTypeSpecificControls(LLWearableType::EType type);
+ void updateTypeSpecificControls(LLWearableType::EType type);
// the pointer to the wearable we're editing. NULL means we're not editing a wearable.
LLWearable *mWearablePtr;