aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgroup.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llpanelgroup.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llpanelgroup.h')
-rw-r--r--linden/indra/newview/llpanelgroup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llpanelgroup.h b/linden/indra/newview/llpanelgroup.h
index 6e22ebc..2157b34 100644
--- a/linden/indra/newview/llpanelgroup.h
+++ b/linden/indra/newview/llpanelgroup.h
@@ -41,7 +41,7 @@ const S32 UPDATE_MEMBERS_PER_FRAME = 500;
41 41
42// Forward declares 42// Forward declares
43class LLPanelGroupTab; 43class LLPanelGroupTab;
44class LLTabContainerCommon; 44class LLTabContainer;
45class LLAgent; 45class LLAgent;
46 46
47class LLPanelGroupTabObserver 47class LLPanelGroupTabObserver
@@ -111,7 +111,7 @@ public:
111protected: 111protected:
112 LLPanelGroupTab* mCurrentTab; 112 LLPanelGroupTab* mCurrentTab;
113 LLPanelGroupTab* mRequestedTab; 113 LLPanelGroupTab* mRequestedTab;
114 LLTabContainerCommon* mTabContainer; 114 LLTabContainer* mTabContainer;
115 BOOL mIgnoreTransition; 115 BOOL mIgnoreTransition;
116 116
117 LLButton* mApplyBtn; 117 LLButton* mApplyBtn;
@@ -183,7 +183,7 @@ public:
183 183
184protected: 184protected:
185 LLUUID mGroupID; 185 LLUUID mGroupID;
186 LLTabContainerCommon* mTabContainer; 186 LLTabContainer* mTabContainer;
187 LLString mHelpText; 187 LLString mHelpText;
188 188
189 BOOL mAllowEdit; 189 BOOL mAllowEdit;