Navigation Menu

Skip to content

Commit

Permalink
reflected G_find_vector2 declaration change
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10789 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed May 14, 2009
1 parent 3802236 commit 616cb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/grass/qgsgrassprovider.cpp
Expand Up @@ -1002,7 +1002,7 @@ int QgsGrassProvider::openMap( QString gisdbase, QString location, QString mapse
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 )
{
Expand Down

0 comments on commit 616cb92

Please sign in to comment.