diff options
author | Maxim Nikolenko <mnikolenko@productengine.com> | 2022-12-08 15:07:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 15:07:10 +0200 |
commit | 8496ae48dd4c5265f4d8007c394fbdf16640d8a2 (patch) | |
tree | 2739d8b650afe2d27d3dbb1f53c6d50c752d8d8f /indra/newview/llinventorypanel.h | |
parent | 823dbc880540a789c5768930e0dffafd7c4a0269 (diff) |
SL-18807 FIXED Viewer crashes when trying to purge item using 'Pick: Select settings' floater
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 552c61b915..2c782a5ea7 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -260,7 +260,7 @@ public: // Clean up stuff when the folder root gets deleted void clearFolderRoot(); - void callbackPurgeSelectedItems(const LLSD& notification, const LLSD& response); + static void callbackPurgeSelectedItems(const LLSD& notification, const LLSD& response, const std::vector<LLUUID> inventory_selected); protected: void openStartFolderOrMyInventory(); // open the first level of inventory |