[QGIS Commit] r15730 - trunk/qgis/src/providers/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Apr 16 12:23:51 EDT 2011


Author: jef
Date: 2011-04-16 09:23:50 -0700 (Sat, 16 Apr 2011)
New Revision: 15730

Modified:
   trunk/qgis/src/providers/grass/qgsgrass.cpp
Log:
fix windows build

Modified: trunk/qgis/src/providers/grass/qgsgrass.cpp
===================================================================
--- trunk/qgis/src/providers/grass/qgsgrass.cpp	2011-04-16 15:21:18 UTC (rev 15729)
+++ trunk/qgis/src/providers/grass/qgsgrass.cpp	2011-04-16 16:23:50 UTC (rev 15730)
@@ -1039,7 +1039,7 @@
   return true;
 }
 
-QProcess * GRASS_EXPORT QgsGrass::startModule( QString gisdbase, QString location,
+QProcess GRASS_EXPORT *QgsGrass::startModule( QString gisdbase, QString location,
     QString module, QStringList arguments, QTemporaryFile &gisrcFile )
 {
   QgsDebugMsg( QString( "gisdbase = %1 location = %2" ).arg( gisdbase ).arg( location ) );



More information about the QGIS-commit mailing list