diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-03-25 14:51:29 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-03-25 14:51:29 -0400 |
commit | 534ac19ed5a6abe68ea654a5444b7e486f8ce06a (patch) | |
tree | 7f50cfebe34b2c5853a6af93e8992bf2909d0ba4 /indra/newview/llfloatertopobjects.cpp | |
parent | 9f2987d995e8a2273f723a387dd587c3dc988056 (diff) | |
parent | 44774cd265306c6d29f0a63c0876c7fa7b84311e (diff) |
merge from mesh-development to nyx-mesh-development
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; |