- Simplify a little sequences' interface
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1028 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
c62734ef59
commit
8e20f5499f
11 changed files with 60 additions and 78 deletions
|
@ -189,7 +189,7 @@ AddRequestDialog::update_combo()
|
|||
|
||||
_combo_model->clear();
|
||||
|
||||
for(Iseq<ResourceIt> it = const_iseq(resources); it; ++it)
|
||||
for(Iseq<ResourceIt> it = iseq(resources); it; ++it)
|
||||
{
|
||||
TreeModel::Row row = *(_combo_model->append());
|
||||
row[_combo_key_column] = it->first;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue