Migrate to boost::bind for a bunch of CommitCallbacks. Converted several static member functions to nonstatic member functions
This commit is contained in:
@@ -111,7 +111,7 @@ BOOL LLPanelDirLand::postBuild()
|
||||
LLScrollListCtrl* results = getChild<LLScrollListCtrl>("results");
|
||||
if (results)
|
||||
{
|
||||
results->setSortChangedCallback(onClickSort);
|
||||
results->setSortChangedCallback(boost::bind(&LLPanelDirLand::onClickSort,this));
|
||||
results->sortByColumn(mCurrentSortColumn,mCurrentSortAscending);
|
||||
|
||||
LLStringUtil::format_map_t args;
|
||||
|
||||
Reference in New Issue
Block a user