diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-03-27 06:43:54 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-03-27 06:43:54 -0400 |
| commit | d6da299f4396488e8b7288e414c451f30df2b56e (patch) | |
| tree | 17dac9ee044034e9459e5236a58f9b237e6d55d4 /indra/newview/llfloatertopobjects.cpp | |
| parent | b2ade764a91ad1b7edcf6e21af76430f670f54fb (diff) | |
| parent | 5b316df2249fc62c1e6a4f089b9726c4e62f23e0 (diff) | |
pull in latest changes from autoubuild2010 branch
Diffstat (limited to 'indra/newview/llfloatertopobjects.cpp')
| -rw-r--r-- | indra/newview/llfloatertopobjects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertopobjects.cpp b/indra/newview/llfloatertopobjects.cpp index 2aaf403d5f..19f6038b56 100644 --- a/indra/newview/llfloatertopobjects.cpp +++ b/indra/newview/llfloatertopobjects.cpp @@ -185,7 +185,7 @@ void LLFloaterTopObjects::handleReply(LLMessageSystem *msg, void** data) have_extended_data = true; msg->getU32("DataExtended", "TimeStamp", time_stamp, block); msg->getF32("DataExtended", "MonoScore", mono_score, block); - msg->getS32(_PREHASH_ReportData,"PublicURLs",public_urls,block); + msg->getS32("DataExtended", "PublicURLs", public_urls, block); } LLSD element; |
