diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llpanelgroup.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-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.h | 6 |
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 |
43 | class LLPanelGroupTab; | 43 | class LLPanelGroupTab; |
44 | class LLTabContainerCommon; | 44 | class LLTabContainer; |
45 | class LLAgent; | 45 | class LLAgent; |
46 | 46 | ||
47 | class LLPanelGroupTabObserver | 47 | class LLPanelGroupTabObserver |
@@ -111,7 +111,7 @@ public: | |||
111 | protected: | 111 | protected: |
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 | ||
184 | protected: | 184 | protected: |
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; |