Skip to content

Commit c98103d

Browse files

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
@@ -1527,7 +1527,7 @@ bool QgsGrassProvider::closeEdit( bool newMap )
15271527
#if defined(GRASS_VERSION_MAJOR) && defined(GRASS_VERSION_MINOR) && \
15281528
( ( GRASS_VERSION_MAJOR == 6 && GRASS_VERSION_MINOR >= 4 ) || GRASS_VERSION_MAJOR > 6 )
15291529
Vect_build_partial( map->map, GV_BUILD_NONE );
1530-
Vect_build( map.map );
1530+
Vect_build( map->map );
15311531
#else
15321532
Vect_build_partial( map->map, GV_BUILD_NONE, NULL );
15331533
Vect_build( map->map, stderr );

0 commit comments

Comments
 (0)
Please sign in to comment.