diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-25 16:50:45 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-25 16:50:45 +0200 |
commit | bac40450646460466d4d7f266ef6185b6ee0e981 (patch) | |
tree | f95a582f20e347185d6c44ce426bf8b4aec659cb /indra/newview/llinventorypanel.h | |
parent | f9e12e9f6b614db645c79c13795c1a1d67bae7fd (diff) | |
parent | 410e105f5293813dc63542414382e67273ab1d52 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 09533b52f1..ccff795a51 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -123,7 +123,7 @@ public: // Call this method to set the selection. void openAllFolders(); void setSelection(const LLUUID& obj_id, BOOL take_keyboard_focus); - void setSelectCallback(const LLFolderView::signal_t::slot_type& cb) { if (mFolders) mFolders->setSelectCallback(cb); } + void setSelectCallback(const LLFolderView::signal_t::slot_type& cb); void clearSelection(); LLInventoryFilter* getFilter(); void setFilterTypes(U64 filter, LLInventoryFilter::EFilterType = LLInventoryFilter::FILTERTYPE_OBJECT); |