diff options
author | Graham Linden <graham@lindenlab.com> | 2018-08-02 23:02:42 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-08-02 23:02:42 +0100 |
commit | bd7ad9c157776244912e652e93162cbbd32088f1 (patch) | |
tree | ce7da254212a1d5e0a7a9fdd81b71059046d134f /indra/newview/lltexturecache.h | |
parent | 34d595716bb9224cc4f173bd968db86bc88cbaed (diff) | |
parent | 09f97172bb478a2c977d8b7b0958196e7e98c433 (diff) |
Merge viewer-release
Diffstat (limited to 'indra/newview/lltexturecache.h')
-rw-r--r-- | indra/newview/lltexturecache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturecache.h b/indra/newview/lltexturecache.h index 95f9afc2bc..987b9375c0 100644 --- a/indra/newview/lltexturecache.h +++ b/indra/newview/lltexturecache.h @@ -179,7 +179,7 @@ private: void openFastCache(bool first_time = false); void closeFastCache(bool forced = false); - bool writeToFastCache(S32 id, LLPointer<LLImageRaw> raw, S32 discardlevel); + bool writeToFastCache(LLUUID image_id, S32 cache_id, LLPointer<LLImageRaw> raw, S32 discardlevel); private: // Internal |