diff options
| author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2013-04-04 15:25:33 +0300 |
|---|---|---|
| committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2013-04-04 15:25:33 +0300 |
| commit | b9a96474e35790ee8e5c4f2f479d90ce0466d1d4 (patch) | |
| tree | d1b91ed0ea83c5c9fcf8c7277556bad228887d4d /indra/newview | |
| parent | 2d7a09839ea75bf8b87220f5585e5d6fd2a11d72 (diff) | |
fix build
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llgroupactions.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llgroupactions.cpp b/indra/newview/llgroupactions.cpp index 40d4c46689..302d21c2e4 100644 --- a/indra/newview/llgroupactions.cpp +++ b/indra/newview/llgroupactions.cpp @@ -176,7 +176,6 @@ private: bool mRequestProcessed; }; -LLFetchLeaveGroupData* gFetchLeaveGroupData = NULL; class LLFetchLeaveGroupData: public LLFetchGroupMemberData { public: @@ -189,6 +188,8 @@ public: } }; +LLFetchLeaveGroupData* gFetchLeaveGroupData = NULL; + // static void LLGroupActions::search() { |
