diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-22 21:28:04 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-22 21:40:30 +0200 |
commit | 4886682d0458f901fc5b24ed8b58300b93489ac9 (patch) | |
tree | 4a5831ccf1da2c1c835d47bf13eae119e0acb272 /indra/newview/llfloaterchangeitemthumbnail.h | |
parent | e9ba3a1d437935cf7fe0756928896c929758dc54 (diff) |
SL-19108 Multi instance snapshot floater
Diffstat (limited to 'indra/newview/llfloaterchangeitemthumbnail.h')
-rw-r--r-- | indra/newview/llfloaterchangeitemthumbnail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterchangeitemthumbnail.h b/indra/newview/llfloaterchangeitemthumbnail.h index e40d649361..250f895078 100644 --- a/indra/newview/llfloaterchangeitemthumbnail.h +++ b/indra/newview/llfloaterchangeitemthumbnail.h @@ -98,5 +98,6 @@ private: LLButton *mRemoveImageBtn; LLHandle<LLFloater> mPickerHandle; + LLHandle<LLFloater> mSnapshotHandle; }; #endif // LL_LLFLOATERCHANGEITEMTHUMBNAIL_H |