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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu May 14 07:52:01 EDT 2009


Author: rblazek
Date: 2009-05-14 07:52:00 -0400 (Thu, 14 May 2009)
New Revision: 10789

Modified:
   trunk/qgis/src/providers/grass/qgsgrassprovider.cpp
Log:
reflected G_find_vector2 declaration change

Modified: trunk/qgis/src/providers/grass/qgsgrassprovider.cpp
===================================================================
--- trunk/qgis/src/providers/grass/qgsgrassprovider.cpp	2009-05-13 21:44:56 UTC (rev 10788)
+++ trunk/qgis/src/providers/grass/qgsgrassprovider.cpp	2009-05-14 11:52:00 UTC (rev 10789)
@@ -1002,7 +1002,7 @@
   QgsDebugMsg( QString( "Setting  gisdbase, location: %1, %2" ).arg( gisdbase ).arg( location ) );
 
   // Find the vector
-  char *ms = G_find_vector2( mapName.toAscii().data(), mapset.toAscii().data() ) ;
+  const char *ms = G_find_vector2( mapName.toAscii().data(), mapset.toAscii().data() ) ;
 
   if ( ms == NULL )
   {



More information about the QGIS-commit mailing list