Skip to content

Commit 1491b06

Browse files
author
jef
committedApr 4, 2011
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@15667 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6e5cad8 commit 1491b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsrasterprojector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ QgsRasterProjector::QgsRasterProjector(
3131
QgsRectangle theExtent )
3232
: mSrcCRS( theSrcCRS )
3333
, mDestCRS( theDestCRS )
34+
, mCoordinateTransform( theDestCRS, theSrcCRS )
3435
, mDestExtent( theDestExtent )
3536
, mExtent( theExtent )
3637
, mDestRows( theDestRows ), mDestCols( theDestCols )
3738
, mMaxSrcXRes( theMaxSrcXRes ), mMaxSrcYRes( theMaxSrcYRes )
38-
, mCoordinateTransform( theDestCRS, theSrcCRS )
3939
{
4040
QgsDebugMsg( "Entered" );
4141
QgsDebugMsg( "theDestExtent = " + theDestExtent.toString() );

0 commit comments

Comments
 (0)
Please sign in to comment.