Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix precise build
  • Loading branch information
jef-n committed May 16, 2016
1 parent 3d44a1e commit d64f474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/georeferencer/qgsmapcoordsdialog.h
Expand Up @@ -100,7 +100,7 @@ class QgsGeorefMapToolEmitPoint : public QgsMapTool
{
QgsPoint pnt = toMapCoordinates( e->pos() );
QgsSnappingUtils* snappingUtils = canvas()->snappingUtils();
auto match = snappingUtils->snapToMap( pnt );
QgsPointLocator::Match match = snappingUtils->snapToMap( pnt );

MappedPoint ret;
ret.snapped = match.isValid();
Expand Down

0 comments on commit d64f474

Please sign in to comment.