diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-11 15:09:53 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-11 15:09:53 -0500 |
commit | f6698ad956d7c168a997e91fc5bc7e9a9b7aba64 (patch) | |
tree | eb7f165bc16e2b3049aee615917ce8f754354e32 /indra/newview | |
parent | 026ee47e9eee44c5a85acf49983bd4502b367515 (diff) |
fix for mac build failure
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 55e927652e..21798d5774 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2275,7 +2275,7 @@ bool operator<(const LLSD& a, const LLSD& b) // Given a vector of LLSD records, return an LLSD array of bucketed stats for val_field. LLSD summarize_by_buckets(std::vector<LLSD> in_records, std::vector<std::string> by_fields, - std::string& val_field) + std::string val_field) { LLSD result = LLSD::emptyArray(); std::map<LLSD,LLViewerStats::StatsAccumulator> accum; |