diff options
author | Richard Linden <none@none> | 2011-10-20 15:53:55 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-20 15:53:55 -0700 |
commit | 4166c3d06f4941fb45a22075fefa0bf9b189135d (patch) | |
tree | 63504bc71006aac13fd866952f8e86a87df13a2f /indra/newview/llfloaterinventory.h | |
parent | bd124deab6038797073d307bcc1cc47c8a800e59 (diff) | |
parent | 2cc4321166bfb6515a08fe1dd8053dae6d6840e3 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui
Diffstat (limited to 'indra/newview/llfloaterinventory.h')
-rw-r--r-- | indra/newview/llfloaterinventory.h | 1 |
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;} |