diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-07-22 00:22:35 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-07-22 00:51:44 +0300 |
commit | 7b9206dfd15ee90fde421525254b0a29d94f1ef2 (patch) | |
tree | a70bd7e7f1d0c808f075f2847e83b00218d19295 /indra/newview/llfloaterchangeitemthumbnail.h | |
parent | d237b9ee1b0bbcdb3431f8afc873af4ee9e21a4e (diff) |
SL-20045 Texture picker should apply the exact texture inventory item
Diffstat (limited to 'indra/newview/llfloaterchangeitemthumbnail.h')
-rw-r--r-- | indra/newview/llfloaterchangeitemthumbnail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterchangeitemthumbnail.h b/indra/newview/llfloaterchangeitemthumbnail.h index de2a20bf2a..02f934337b 100644 --- a/indra/newview/llfloaterchangeitemthumbnail.h +++ b/indra/newview/llfloaterchangeitemthumbnail.h @@ -92,7 +92,7 @@ private: void* userdata); void showTexturePicker(const LLUUID &thumbnail_id); - void onTexturePickerCommit(LLUUID id); + void onTexturePickerCommit(); void setThumbnailId(const LLUUID &new_thumbnail_id); static void setThumbnailId(const LLUUID& new_thumbnail_id, const LLUUID& object_id); |