diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llhttpassetstorage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llhttpassetstorage.h b/linden/indra/llmessage/llhttpassetstorage.h index 5786c5d..231437d 100644 --- a/linden/indra/llmessage/llhttpassetstorage.h +++ b/linden/indra/llmessage/llhttpassetstorage.h | |||
@@ -62,6 +62,8 @@ public: | |||
62 | 62 | ||
63 | virtual ~LLHTTPAssetStorage(); | 63 | virtual ~LLHTTPAssetStorage(); |
64 | 64 | ||
65 | using LLAssetStorage::storeAssetData; // Unhiding virtuals... | ||
66 | |||
65 | virtual void storeAssetData( | 67 | virtual void storeAssetData( |
66 | const LLUUID& uuid, | 68 | const LLUUID& uuid, |
67 | LLAssetType::EType atype, | 69 | LLAssetType::EType atype, |