summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerassetstorage.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-07-30 21:07:35 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-07-30 21:07:35 +0300
commit135a85ec62d1bf437ec2d6f485e33e9ceb0c71ab (patch)
tree28bc20511004a478482fa4f898bf547dada283c8 /indra/newview/llviewerassetstorage.h
parent8103d13047da4d196c7542843807a25098f1ecda (diff)
SL-13626 Fix asset storage coroutine shutdown
Diffstat (limited to 'indra/newview/llviewerassetstorage.h')
-rw-r--r--indra/newview/llviewerassetstorage.h2
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,