summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterdebugmaterials.h
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-11-27 17:24:21 -0800
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-11-27 17:24:21 -0800
commite46c10d7971b6cb422e5ac73e667491260521742 (patch)
treea1ad242999dfe3d40f504d743d72157d35cda297 /indra/newview/llfloaterdebugmaterials.h
parente2ce144129e53ca7c6f5309cab833d48cdb30b11 (diff)
Correcting issue where the POST response was being handled directly by the floater and bypassing the multi-materials handler. This should correct any issue with using the POST ability across regions.
Diffstat (limited to 'indra/newview/llfloaterdebugmaterials.h')
-rw-r--r--indra/newview/llfloaterdebugmaterials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterdebugmaterials.h b/indra/newview/llfloaterdebugmaterials.h
index ac473819bc..565e440187 100644
--- a/indra/newview/llfloaterdebugmaterials.h
+++ b/indra/newview/llfloaterdebugmaterials.h
@@ -112,7 +112,7 @@ private:
void parseGetResponse();
void parsePutResponse(const LLSD& pContent);
void parseQueryViewableObjects();
- void parsePostResponse(const LLSD& pContent);
+ void parsePostResponse(const LLSD& pMultiContent);
void setState(EState pState);
inline EState getState() const;