Skip to content

Commit c10c0e5

Browse files
author
jef
committedApr 16, 2011
fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15730 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/grass/qgsgrass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ bool GRASS_EXPORT QgsGrass::mapRegion( int type, QString gisbase,
10391039
return true;
10401040
}
10411041

1042-
QProcess * GRASS_EXPORT QgsGrass::startModule( QString gisdbase, QString location,
1042+
QProcess GRASS_EXPORT *QgsGrass::startModule( QString gisdbase, QString location,
10431043
QString module, QStringList arguments, QTemporaryFile &gisrcFile )
10441044
{
10451045
QgsDebugMsg( QString( "gisdbase = %1 location = %2" ).arg( gisdbase ).arg( location ) );

0 commit comments

Comments
 (0)
Please sign in to comment.