Skip to content

Commit

Permalink
fix build error introduced with r15539
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15540 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 19, 2011
1 parent ac8c740 commit 0697d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterlayer.cpp
Expand Up @@ -804,7 +804,7 @@ bool QgsRasterLayer::draw( QgsRenderContext& rendererContext )
return true;
}

QgsDebugMsg( "theViewExtent is " + theViewExtent.toString() );
QgsDebugMsg( "theViewExtent is " + rendererContext.extent().toString() );
QgsDebugMsg( "myProjectedViewExtent is " + myProjectedViewExtent.toString() );
QgsDebugMsg( "myProjectedLayerExtent is " + myProjectedLayerExtent.toString() );
QgsDebugMsg( "myRasterExtent is " + myRasterExtent.toString() );
Expand Down

0 comments on commit 0697d5b

Please sign in to comment.