diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-30 21:07:35 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-30 21:07:35 +0300 |
commit | 135a85ec62d1bf437ec2d6f485e33e9ceb0c71ab (patch) | |
tree | 28bc20511004a478482fa4f898bf547dada283c8 /indra/newview/llviewerassetstorage.h | |
parent | 8103d13047da4d196c7542843807a25098f1ecda (diff) |
SL-13626 Fix asset storage coroutine shutdown
Diffstat (limited to 'indra/newview/llviewerassetstorage.h')
-rw-r--r-- | indra/newview/llviewerassetstorage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerassetstorage.h b/indra/newview/llviewerassetstorage.h index cefe215431..ef01d179b7 100644 --- a/indra/newview/llviewerassetstorage.h +++ b/indra/newview/llviewerassetstorage.h @@ -43,6 +43,8 @@ public: LLViewerAssetStorage(LLMessageSystem *msg, LLXferManager *xfer, LLVFS *vfs, LLVFS *static_vfs); + ~LLViewerAssetStorage(); + virtual void storeAssetData( const LLTransactionID& tid, LLAssetType::EType atype, |