SL-18837: Fix set-but-unreferenced in LLInventoryGallery::startDrag()

master
Nat Goodspeed 2023-10-04 14:19:44 -04:00
parent c26123e11f
commit 59cd3f48b0
1 changed files with 2 additions and 0 deletions

View File

@ -2420,6 +2420,8 @@ void LLInventoryGallery::startDrag()
ids.push_back(selected_id);
}
}
// We must have set this for some reason, but it's causing compile errors
(void)src;
LLToolDragAndDrop::getInstance()->beginMultiDrag(types, ids, LLToolDragAndDrop::SOURCE_AGENT);
}