Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15537 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 19, 2011
1 parent ba507be commit 30be1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrasterprojector.cpp
Expand Up @@ -32,9 +32,9 @@ QgsRasterProjector::QgsRasterProjector(
: mSrcCRS( theSrcCRS )
, mDestCRS( theDestCRS )
, mDestExtent( theDestExtent )
, mExtent( theExtent )
, mDestRows( theDestRows ), mDestCols( theDestCols )
, mMaxSrcXRes( theMaxSrcXRes ), mMaxSrcYRes( theMaxSrcYRes )
, mExtent( theExtent )
{
QgsDebugMsg( "Entered" );
QgsDebugMsg( "theDestExtent = " + theDestExtent.toString() );
Expand Down

0 comments on commit 30be1e5

Please sign in to comment.