diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2017-06-20 13:46:51 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2017-06-20 13:46:51 -0700 |
commit | 1054ddf1bac314dea994ca307c71c9df826c573b (patch) | |
tree | 0cac32f16df50f49e5fb681f400ae4a377c3c853 /indra/newview/lltexturefetch.h | |
parent | 8205eaa6e3275fec2148286f8e831d18a0e6f22f (diff) | |
parent | a3066b7375a13b61861b554519673dfc24322c22 (diff) |
pull from v64 gate
Diffstat (limited to 'indra/newview/lltexturefetch.h')
-rw-r--r-- | indra/newview/lltexturefetch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h index 072e6a3307..cfa312ccd9 100644 --- a/indra/newview/lltexturefetch.h +++ b/indra/newview/lltexturefetch.h @@ -160,7 +160,7 @@ public: void commandSendMetrics(const std::string & caps_url, const LLUUID & session_id, const LLUUID & agent_id, - LLViewerAssetStats * main_stats); + LLSD& stats_sd); // Threads: T* void commandDataBreak(); |