diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-27 20:56:25 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-27 20:56:25 +0200 |
commit | 54a5e4de5790e0cbe1198d8242dc6517ee9b58c7 (patch) | |
tree | 8a1e77b830bf6dbbe422a48698bc192c4c292dc5 | |
parent | 71bca1d8609901d98e4dca5f2e264d5d4b497e6d (diff) |
SL-14399 Mac build fix
-rw-r--r-- | indra/newview/llviewerassetstorage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerassetstorage.h b/indra/newview/llviewerassetstorage.h index 5af16bd73e..c1a5534b81 100644 --- a/indra/newview/llviewerassetstorage.h +++ b/indra/newview/llviewerassetstorage.h @@ -94,7 +94,7 @@ protected: std::string getAssetURL(const std::string& cap_url, const LLUUID& uuid, LLAssetType::EType atype); - void logAssetStorageInfo(); + void logAssetStorageInfo() override; // Asset storage works through coroutines and coroutines have limited queue capacity // This class is meant to temporary store requests when fiber's queue is full |