SVN_SILENT fix compilation with strict iterators (to avoid potential detaching)
svn path=/trunk/KDE/kdebase/workspace/; revision=1015200
This commit is contained in:
parent
405a531e9f
commit
53584d86c4
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace Nitrogen
|
|||
|
||||
// also add exceptions
|
||||
int index(0);
|
||||
for( NitrogenExceptionList::const_iterator iter = begin(); iter != end(); iter++, index++ )
|
||||
for( NitrogenExceptionList::const_iterator iter = constBegin(); iter != constEnd(); iter++, index++ )
|
||||
{
|
||||
|
||||
KConfigGroup group( &config, exceptionGroupName( index ) );
|
||||
|
|
Loading…
Reference in a new issue