Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #3656
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15552 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 21, 2011
1 parent 74cfe27 commit 79700d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgssnappingdialog.cpp
Expand Up @@ -307,7 +307,7 @@ void QgsSnappingDialog::addLayer( QgsMapLayer * theMapLayer )

void QgsSnappingDialog::layerWillBeRemoved( QString theLayerId )
{
QTreeWidgetItem *item;
QTreeWidgetItem *item = 0;

for ( int i = 0; i < mLayerTreeWidget->topLevelItemCount(); ++i )
{
Expand Down

0 comments on commit 79700d0

Please sign in to comment.