summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2013-04-04 15:25:33 +0300
committerAlexanderP ProductEngine <apaschenko@productengine.com>2013-04-04 15:25:33 +0300
commitb9a96474e35790ee8e5c4f2f479d90ce0466d1d4 (patch)
treed1b91ed0ea83c5c9fcf8c7277556bad228887d4d /indra/newview
parent2d7a09839ea75bf8b87220f5585e5d6fd2a11d72 (diff)
fix build
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llgroupactions.cpp3
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()
{