Skip to content

Commit 3d3d505

Browse files
author
jef
committed
fix compile error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9247 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3dc80f2 commit 3d3d505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/composer/qgscomposer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ void QgsComposer::on_mActionExportAsImage_activated( void )
913913
FilterMap::Iterator myIterator;
914914
for ( myIterator = myFilterMap.begin(); myIterator != myFilterMap.end(); ++myIterator )
915915
{
916-
QgsDebugMsg( QString( "%1 : %2" ).arg( myIterator.key() ).arg( myIterator.data() ) );
916+
QgsDebugMsg( QString( "%1 : %2" ).arg( myIterator.key() ).arg( myIterator.value() ) );
917917
}
918918
#endif
919919

0 commit comments

Comments
 (0)