Skip to content

Commit 616cb92

Browse files
author
rblazek
committedMay 14, 2009
reflected G_find_vector2 declaration change
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10789 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/grass/qgsgrassprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ int QgsGrassProvider::openMap( QString gisdbase, QString location, QString mapse
10021002
QgsDebugMsg( QString( "Setting gisdbase, location: %1, %2" ).arg( gisdbase ).arg( location ) );
10031003

10041004
// Find the vector
1005-
char *ms = G_find_vector2( mapName.toAscii().data(), mapset.toAscii().data() ) ;
1005+
const char *ms = G_find_vector2( mapName.toAscii().data(), mapset.toAscii().data() ) ;
10061006

10071007
if ( ms == NULL )
10081008
{

0 commit comments

Comments
 (0)
Please sign in to comment.