Skip to content
Snippets Groups Projects
Commit c9343c40 authored by Andrey Lihatskiy's avatar Andrey Lihatskiy
Browse files

DRTVWR-543 Post-merge build fix

parent 9a1af101
No related branches found
No related tags found
No related merge requests found
...@@ -1616,7 +1616,7 @@ void LLAgentWearables::editWearable(const LLUUID& item_id) ...@@ -1616,7 +1616,7 @@ void LLAgentWearables::editWearable(const LLUUID& item_id)
return; return;
} }
const BOOL disable_camera_switch = LLWearableType::getDisableCameraSwitch(wearable->getType()); const BOOL disable_camera_switch = LLWearableType::getInstance()->getDisableCameraSwitch(wearable->getType());
LLPanel* panel = LLFloaterSidePanelContainer::getPanel("appearance"); LLPanel* panel = LLFloaterSidePanelContainer::getPanel("appearance");
LLSidepanelAppearance::editWearable(wearable, panel, disable_camera_switch); LLSidepanelAppearance::editWearable(wearable, panel, disable_camera_switch);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment