mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix for ticket #352, missing return value
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5979 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
83155cfbf0
commit
b68244ec09
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user