small changes

This commit is contained in:
Jinhao
2019-02-02 00:31:56 +08:00
parent 7f12b76e08
commit 85c2bdbd75
4 changed files with 6 additions and 4 deletions

View File

@@ -6197,8 +6197,8 @@ namespace nana
for(size_type i=first_col; i<=last_col; ++i) new_idx.push_back(i);
internal_scope_guard lock;
const item_proxy ip_row = this->at(row);
const nana::any *pnany=_m_ess().lister.anyobj(row,false);
auto ip_row = this->at(row);
auto pnany=_m_ess().lister.anyobj(row,false);
std::sort(new_idx.begin(), new_idx.end(), [&](size_type col1,
size_type col2)
{