From 54a5e4de5790e0cbe1198d8242dc6517ee9b58c7 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Fri, 27 Nov 2020 20:56:25 +0200 Subject: SL-14399 Mac build fix --- indra/newview/llviewerassetstorage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3