Skip to content

Commit d875011

Browse files
committedJun 25, 2015
fix 2b703e3
1 parent 2d87a70 commit d875011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3340,7 +3340,7 @@ void QgisApp::loadOGRSublayers( QString layertype, QString uri, QStringList list
33403340
if ( layerType == "any" )
33413341
{
33423342
layerType = "";
3343-
list.removeAt( 1 );
3343+
elements.removeAt( 1 );
33443344
}
33453345

33463346
if ( layertype != "GRASS" )

0 commit comments

Comments
 (0)
Please sign in to comment.