summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneleditwearable.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-09-04 15:12:15 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-09-04 15:12:15 +0300
commitaea271f51dec4daa6f09994e6ce00b322a7d154e (patch)
tree85d56fe95c3fc2a4d590b4ad9b4f4559ee6204eb /indra/newview/llpaneleditwearable.cpp
parent0968e96462565f6a93dd2e2029122d5ad7023731 (diff)
DRTWVR-588 xcode buildfix
Diffstat (limited to 'indra/newview/llpaneleditwearable.cpp')
-rw-r--r--indra/newview/llpaneleditwearable.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpaneleditwearable.cpp b/indra/newview/llpaneleditwearable.cpp
index a1d305789f..78b0bbf117 100644
--- a/indra/newview/llpaneleditwearable.cpp
+++ b/indra/newview/llpaneleditwearable.cpp
@@ -1462,6 +1462,9 @@ LLPanel* LLPanelEditWearable::getPanel(LLWearableType::EType type)
case LLWearableType::WT_PHYSICS:
return mPanelPhysics;
+
+ default:
+ return NULL;
}
return NULL;