summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterinventory.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-10-20 15:53:43 -0700
committerRichard Linden <none@none>2011-10-20 15:53:43 -0700
commit2cc4321166bfb6515a08fe1dd8053dae6d6840e3 (patch)
tree5d76a02618ba3bc4c8cc7066824b7b74ebe1e839 /indra/newview/llfloaterinventory.h
parent9560fb7cb2b0b542e7dbf028d40bda2cd9da05c5 (diff)
EXP-1423 FIX FUI resets floater contents after closing them (Inventory Panel), this is inconsistant for previous sidebar users and introduces extra difficulty in productivity of the viewer.
EXP-1430 FIX Minimizing voice settings floater corrupts layout throughout rest of session
Diffstat (limited to 'indra/newview/llfloaterinventory.h')
-rw-r--r--indra/newview/llfloaterinventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterinventory.h b/indra/newview/llfloaterinventory.h
index f59a015b07..823c4903b4 100644
--- a/indra/newview/llfloaterinventory.h
+++ b/indra/newview/llfloaterinventory.h
@@ -58,6 +58,7 @@ public:
// Inherited functionality
/*virtual*/ void onOpen(const LLSD& key);
+ /*virtual*/ void onClose(bool app_quitting);
LLInventoryPanel* getPanel();
LLPanelMainInventory* getMainInventoryPanel() { return mPanelMainInventory;}