diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-11-28 23:27:18 +0200 |
|---|---|---|
| committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-12-06 01:02:42 +0200 |
| commit | 9f3edb90d49bb10fa5608b4d6bdf242c243b0441 (patch) | |
| tree | e5253f66add394b1532d9334331e297e517b35bc /indra/newview/llinventorygallery.cpp | |
| parent | f394d675a766f58b62bebaaa4f7caeddcec9a600 (diff) | |
SL-20181 Minor inventory fetching adjustements
Diffstat (limited to 'indra/newview/llinventorygallery.cpp')
| -rw-r--r-- | indra/newview/llinventorygallery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorygallery.cpp b/indra/newview/llinventorygallery.cpp index 212f8b0446..9fb2783506 100644 --- a/indra/newview/llinventorygallery.cpp +++ b/indra/newview/llinventorygallery.cpp @@ -2386,7 +2386,7 @@ BOOL LLInventoryGallery::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, return handled; } -void LLInventoryGallery::startDrag() +void LLInventoryGallery::startDrag() { std::vector<EDragAndDropType> types; uuid_vec_t ids; |
