From aea271f51dec4daa6f09994e6ce00b322a7d154e Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy <alihatskiy@productengine.com> Date: Mon, 4 Sep 2023 15:12:15 +0300 Subject: [PATCH] DRTWVR-588 xcode buildfix --- indra/newview/llpaneleditwearable.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indra/newview/llpaneleditwearable.cpp b/indra/newview/llpaneleditwearable.cpp index a1d305789fc..78b0bbf1172 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; -- GitLab