OTHER: use ++iter instead of iter++
This commit is contained in:
parent
6d271f221c
commit
6d7cf47b8f
3 changed files with 4 additions and 4 deletions
|
@ -166,7 +166,7 @@ XCollection::Private::handle_playlists_list (const Xmms::List< std::string > &li
|
|||
|
||||
#if HAVE_XMMSV
|
||||
for (Xmms::List< std::string >::const_iterator iter = list.begin();
|
||||
iter != list.end(); iter ++) {
|
||||
iter != list.end(); ++iter) {
|
||||
m_playlists.append (XClient::stdToQ(*iter));
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue