From b9a96474e35790ee8e5c4f2f479d90ce0466d1d4 Mon Sep 17 00:00:00 2001 From: AlexanderP ProductEngine Date: Thu, 4 Apr 2013 15:25:33 +0300 Subject: fix build --- indra/newview/llgroupactions.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra') 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() { -- cgit v1.2.3