summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-05-26 13:27:19 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-05-26 13:27:19 -0400
commit1084bfef0057de5cd3201426aaad68329a62a0da (patch)
tree88f3aea04a0f94a78f5c51829165ba5a32b9abdc /indra/newview/llinventorybridge.cpp
parentc7b6ab820800d91d62ac292c7a1fe2ef12b3c5e1 (diff)
EXT-7213 WIP kill old appearance editor and all traces of code
part 2 - correcting a few points that would have broken the build. Final version will be reviewed before pushing.
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r--indra/newview/llinventorybridge.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index 39fcf867b1..3ff88ec951 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -4879,12 +4879,12 @@ void LLWearableBridge::onEditOnAvatar(void* user_data)
void LLWearableBridge::editOnAvatar()
{
- const LLWearable* wearable = gAgentWearables.getWearableFromItemID(mUUID);
+ LLWearable* wearable = gAgentWearables.getWearableFromItemID(mUUID);
if( wearable )
{
LLPanel * panel = LLSideTray::getInstance()->getPanel("sidepanel_appearance");
- LLSidePanelAppearance::editWearable(wearable, panel);
+ LLSidepanelAppearance::editWearable(wearable, panel);
}
}