diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-09-19 20:11:17 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-09-19 20:56:10 +0300 |
commit | 25969b330e4dc69f6eb39a487b171ccc07a5df14 (patch) | |
tree | db8a1e7b7f71e85dd6dac1cf41a5d693af619faa /indra/llimage/llimage.h | |
parent | 7e4cdc30f3af701eb34306c124f1ce32f60c14ef (diff) |
viewer#2608 Crash at LLSnapshotLivePreview::getFormattedImage
Diffstat (limited to 'indra/llimage/llimage.h')
-rw-r--r-- | indra/llimage/llimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/llimage.h b/indra/llimage/llimage.h index 8b966b8ea3..6b14b68c78 100644 --- a/indra/llimage/llimage.h +++ b/indra/llimage/llimage.h @@ -179,7 +179,7 @@ private: public: template<bool SHARED> - class DataLock : LLSharedMutexLockTemplate<SHARED> + class DataLock : public LLSharedMutexLockTemplate<SHARED> { public: DataLock(const LLImageBase* image) |