fix build error introduced with r15539

git-svn-id: http://svn.osgeo.org/qgis/trunk@15540 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2011-03-19 21:21:47 +00:00
parent ac8c740b6d
commit 0697d5ba2a

View File

@ -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() );