summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2018-07-25 05:24:58 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2018-07-25 05:24:58 +0300
commit2964925fa295f455fca489edbcdbbc5365182308 (patch)
tree4e13343398a0f03cf379c58fe8f858406b48a4b8 /indra/newview/llfloaterregioninfo.h
parent7cc989d83959a081821f57c2e960ea117bcbf091 (diff)
MAINT-8922 Crashfix
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r--indra/newview/llfloaterregioninfo.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h
index 2732b3e5f9..5b4c81000e 100644
--- a/indra/newview/llfloaterregioninfo.h
+++ b/indra/newview/llfloaterregioninfo.h
@@ -81,6 +81,7 @@ public:
/*virtual*/ void onOpen(const LLSD& key);
+ /*virtual*/ void onClose(bool app_quitting);
/*virtual*/ BOOL postBuild();
static void processEstateOwnerRequest(LLMessageSystem* msg, void**);
@@ -117,6 +118,7 @@ protected:
void onTabSelected(const LLSD& param);
void disableTabCtrls();
void refreshFromRegion(LLViewerRegion* region);
+ void onGodLevelChange(U8 god_level);
// member data
LLTabContainer* mTab;
@@ -124,6 +126,10 @@ protected:
info_panels_t mInfoPanels;
//static S32 sRequestSerial; // serial # of last EstateOwnerRequest
static LLUUID sRequestInvoice;
+
+private:
+ LLAgent::god_level_change_slot_t mGodLevelChangeSlot;
+
};
@@ -164,13 +170,9 @@ protected:
const LLUUID& invoice,
const strings_t& strings);
- void onGodLevelChange(U8 god_level);
// member data
LLHost mHost;
-
-private:
- LLAgent::god_level_change_slot_t mGodLevelChangeSlot;
};
/////////////////////////////////////////////////////////////////////////////