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

DRTWVR-588 xcode buildfix

parent 0968e964
No related branches found
No related tags found
No related merge requests found
...@@ -1462,6 +1462,9 @@ LLPanel* LLPanelEditWearable::getPanel(LLWearableType::EType type) ...@@ -1462,6 +1462,9 @@ LLPanel* LLPanelEditWearable::getPanel(LLWearableType::EType type)
case LLWearableType::WT_PHYSICS: case LLWearableType::WT_PHYSICS:
return mPanelPhysics; return mPanelPhysics;
default:
return NULL;
} }
return NULL; return NULL;
......
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