Skip to content
Permalink
Browse files
Fix for ticket #352, missing return value
git-svn-id: http://svn.osgeo.org/qgis/trunk@5979 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Oct 20, 2006
1 parent 0f29d55 commit 2915a7e
Showing 1 changed file with 3 additions and 0 deletions.
@@ -381,6 +381,9 @@ bool QgsMapToolVertexEdit::snapVertex(QgsPoint& point, int exclFeatureId, int ex
point = cpyPoint;
}
}
// TODO: return type is bool but no logic exists to determine the
// appropriate return value. We return true to make it compile on Windows...
return true;
}


0 comments on commit 2915a7e

Please sign in to comment.