[QGIS Commit] r15537 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Mar 19 09:26:00 EDT 2011


Author: jef
Date: 2011-03-19 06:26:00 -0700 (Sat, 19 Mar 2011)
New Revision: 15537

Modified:
   trunk/qgis/src/core/qgsrasterprojector.cpp
Log:
fix warning

Modified: trunk/qgis/src/core/qgsrasterprojector.cpp
===================================================================
--- trunk/qgis/src/core/qgsrasterprojector.cpp	2011-03-19 12:48:21 UTC (rev 15536)
+++ trunk/qgis/src/core/qgsrasterprojector.cpp	2011-03-19 13:26:00 UTC (rev 15537)
@@ -32,9 +32,9 @@
     : mSrcCRS( theSrcCRS )
     , mDestCRS( theDestCRS )
     , mDestExtent( theDestExtent )
+    , mExtent( theExtent )
     , mDestRows( theDestRows ), mDestCols( theDestCols )
     , mMaxSrcXRes( theMaxSrcXRes ), mMaxSrcYRes( theMaxSrcYRes )
-    , mExtent( theExtent )
 {
   QgsDebugMsg( "Entered" );
   QgsDebugMsg( "theDestExtent = " + theDestExtent.toString() );



More information about the QGIS-commit mailing list