diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-05 21:51:35 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-05 21:51:35 -0500 |
commit | 96345c7420a38ce6cf385bac644d5d243ff17395 (patch) | |
tree | 2066208621db3160fedd2d2f15911a6ce8b2b2dc /indra/newview/llpanelmaininventory.h | |
parent | 3cff39dd4abd4cacd25375b1749f8485d1567aad (diff) |
EXT-2278 : "Save Texture As" for bottom panel
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index f7b9fd383e..29e9baa6cf 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -89,6 +89,7 @@ protected: void startSearch();
void toggleFindOptions();
+ void onSelectionChange(LLInventoryPanel *panel, const std::deque<LLFolderViewItem*>& items, BOOL user_action);
static BOOL filtersVisible(void* user_data);
void onClearSearch();
@@ -121,7 +122,6 @@ protected: void onCustomAction(const LLSD& command_name);
bool handleDragAndDropToTrash(BOOL drop, EDragAndDropType cargo_type, EAcceptance* accept);
- void onSelectionChange(LLInventoryPanel *panel, const std::deque<LLFolderViewItem*>& items, BOOL user_action);
private:
LLFloaterInventoryFinder* getFinder();
|