summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerassetstats.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-01-17 20:04:39 -0800
committerRichard Linden <none@none>2013-01-17 20:04:39 -0800
commit0825eb0207a51e0f747fc04e7c9b6bd6a76e86fe (patch)
treec87749c8e9c98c695aa6daae9a6660582580ae4e /indra/newview/llviewerassetstats.cpp
parenta0413bdef71d804bbf008cf319f54a5a47efb29c (diff)
parent670d03ceb83b92c9bb98d10bb37fba6f75971a2f (diff)
merge
Diffstat (limited to 'indra/newview/llviewerassetstats.cpp')
-rw-r--r--indra/newview/llviewerassetstats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerassetstats.cpp b/indra/newview/llviewerassetstats.cpp
index b4da9521f4..890394dd22 100644
--- a/indra/newview/llviewerassetstats.cpp
+++ b/indra/newview/llviewerassetstats.cpp
@@ -297,7 +297,7 @@ LLViewerAssetStats::LLViewerAssetStats(const LLViewerAssetStats & src)
it->second.makeUnique();
}
- LLStopWatchControlsMixin<LLViewerAssetStats>::initTo(src.getPlayState());
+ LLStopWatchControlsMixin<LLViewerAssetStats>::setPlayState(src.getPlayState());
}
void LLViewerAssetStats::handleStart()