From aea271f51dec4daa6f09994e6ce00b322a7d154e Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Mon, 4 Sep 2023 15:12:15 +0300 Subject: DRTWVR-588 xcode buildfix --- indra/newview/llpaneleditwearable.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llpaneleditwearable.cpp') 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; -- cgit v1.2.3