summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterdebugmaterials.h
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-10-09 18:45:33 -0700
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-10-09 18:45:33 -0700
commitaed6a3c7336ff143829a420cce5cddcaf7d35cbc (patch)
treee0a124ba98339df289c6dd659a7b4517f860e848 /indra/newview/llfloaterdebugmaterials.h
parentf84f821df7a0edf472420995ae3e5140bbf05996 (diff)
Adding a behavior to the multi-tables for the get response to sync up the selected material across all tables.
Diffstat (limited to 'indra/newview/llfloaterdebugmaterials.h')
-rw-r--r--indra/newview/llfloaterdebugmaterials.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterdebugmaterials.h b/indra/newview/llfloaterdebugmaterials.h
index 732b6a9349..65f3cbd6ca 100644
--- a/indra/newview/llfloaterdebugmaterials.h
+++ b/indra/newview/llfloaterdebugmaterials.h
@@ -81,6 +81,7 @@ private:
void onBadPostClicked();
void onRegionCross();
void onInWorldSelectionChange();
+ void onGetScrollListSelectionChange(LLUICtrl* pUICtrl);
void onDeferredCheckRegionMaterialStatus(LLUUID regionId);
void onDeferredRequestGetMaterials(LLUUID regionId);
void onDeferredRequestPutMaterials(LLUUID regionId, bool pIsDoSet);