Skip to content

Commit

Permalink
add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Oct 1, 2021
1 parent 812bbf9 commit 5d923e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspointlocator.h
Expand Up @@ -264,7 +264,7 @@ class CORE_EXPORT QgsPointLocator : public QObject
* The parameter \a destinationCrs depends of where the instance of this Match is created (geom.cache: layer CRS, map canvas snapper: dest CRS)
* \since 3.10
*/
QgsPoint interpolatedPoint( const QgsCoordinateReferenceSystem &destinationCrs ) const
QgsPoint interpolatedPoint( const QgsCoordinateReferenceSystem &destinationCrs = QgsCoordinateReferenceSystem() ) const
{
QgsPoint point;

Expand Down

0 comments on commit 5d923e3

Please sign in to comment.