Skip to content

Commit 30be1e5

Browse files
author
jef
committedMar 19, 2011
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15537 c8812cc2-4d05-0410-92ff-de0c093fc19c

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
@@ -32,9 +32,9 @@ QgsRasterProjector::QgsRasterProjector(
3232
: mSrcCRS( theSrcCRS )
3333
, mDestCRS( theDestCRS )
3434
, mDestExtent( theDestExtent )
35+
, mExtent( theExtent )
3536
, mDestRows( theDestRows ), mDestCols( theDestCols )
3637
, mMaxSrcXRes( theMaxSrcXRes ), mMaxSrcYRes( theMaxSrcYRes )
37-
, mExtent( theExtent )
3838
{
3939
QgsDebugMsg( "Entered" );
4040
QgsDebugMsg( "theDestExtent = " + theDestExtent.toString() );

0 commit comments

Comments
 (0)
Please sign in to comment.