diff options
Diffstat (limited to 'linden/indra/newview/llpanelgroupvoting.cpp')
-rw-r--r-- | linden/indra/newview/llpanelgroupvoting.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/newview/llpanelgroupvoting.cpp b/linden/indra/newview/llpanelgroupvoting.cpp index d0e513c..dae1eda 100644 --- a/linden/indra/newview/llpanelgroupvoting.cpp +++ b/linden/indra/newview/llpanelgroupvoting.cpp | |||
@@ -148,9 +148,9 @@ public: | |||
148 | static std::map<LLUUID, LLPanelGroupVoting::impl*> sGroupIDs; | 148 | static std::map<LLUUID, LLPanelGroupVoting::impl*> sGroupIDs; |
149 | }; | 149 | }; |
150 | 150 | ||
151 | //**************************************** | 151 | // **************************************** |
152 | //** LLPanelGroupVoting::impl Functions ** | 152 | // ** LLPanelGroupVoting::impl Functions ** |
153 | //**************************************** | 153 | // **************************************** |
154 | 154 | ||
155 | LLPanelGroupVoting::impl::impl(LLPanelGroupVoting& panel, const LLUUID& group_id) | 155 | LLPanelGroupVoting::impl::impl(LLPanelGroupVoting& panel, const LLUUID& group_id) |
156 | : mPanel(panel), | 156 | : mPanel(panel), |
@@ -204,6 +204,7 @@ LLPanelGroupVoting::impl::impl(LLPanelGroupVoting& panel, const LLUUID& group_id | |||
204 | mProposalText = NULL; | 204 | mProposalText = NULL; |
205 | mBtnCreateProposal = NULL; | 205 | mBtnCreateProposal = NULL; |
206 | mBtnSubmitProposal = NULL; | 206 | mBtnSubmitProposal = NULL; |
207 | mBtnCancelProposal = NULL; | ||
207 | mBtnViewProposalList = NULL; | 208 | mBtnViewProposalList = NULL; |
208 | mBtnViewProposalItem = NULL; | 209 | mBtnViewProposalItem = NULL; |
209 | 210 | ||