summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelavatar.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelavatar.h')
-rw-r--r--indra/newview/llpanelavatar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelavatar.h b/indra/newview/llpanelavatar.h
index 9b1f6e23e1..be6feebc30 100644
--- a/indra/newview/llpanelavatar.h
+++ b/indra/newview/llpanelavatar.h
@@ -339,7 +339,8 @@ protected:
BOOL mAllowEdit;
BOOL mDisableRate;
- static LLLinkedList<LLPanelAvatar> sAllPanels;
+ typedef std::list<LLPanelAvatar*> panel_list_t;
+ static panel_list_t sAllPanels;
};
// helper funcs