summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertopobjects.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2011-03-25 14:51:29 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2011-03-25 14:51:29 -0400
commit534ac19ed5a6abe68ea654a5444b7e486f8ce06a (patch)
tree7f50cfebe34b2c5853a6af93e8992bf2909d0ba4 /indra/newview/llfloatertopobjects.cpp
parent9f2987d995e8a2273f723a387dd587c3dc988056 (diff)
parent44774cd265306c6d29f0a63c0876c7fa7b84311e (diff)
merge from mesh-development to nyx-mesh-development
Diffstat (limited to 'indra/newview/llfloatertopobjects.cpp')
-rw-r--r--indra/newview/llfloatertopobjects.cpp2
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;