aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanelplace.h')
-rw-r--r--linden/indra/newview/llpanelplace.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelplace.h b/linden/indra/newview/llpanelplace.h
index bd01b8c..65dd591 100644
--- a/linden/indra/newview/llpanelplace.h
+++ b/linden/indra/newview/llpanelplace.h
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2004-2007, Linden Research, Inc. 5 * Copyright (c) 2004-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -83,7 +84,8 @@ protected:
83 //LLButton* mLandmarkBtn; 84 //LLButton* mLandmarkBtn;
84 LLButton* mAuctionBtn; 85 LLButton* mAuctionBtn;
85 86
86 static LLLinkedList<LLPanelPlace> sAllPanels; 87 typedef std::list<LLPanelPlace*> panel_list_t;
88 static panel_list_t sAllPanels;
87}; 89};
88 90
89#endif // LL_LLPANELPLACE_H 91#endif // LL_LLPANELPLACE_H