Skip to content

Commit

Permalink
Update src/core/qgspointlocator.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and lbartoletti committed Oct 1, 2021
1 parent 6c76bb1 commit 0d32170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspointlocator.h
Expand Up @@ -296,7 +296,7 @@ class CORE_EXPORT QgsPointLocator : public QObject
{
try
{
point.transform( transform, QgsCoordinateTransform::ReverseTransform );
point.transform( transform, Qgis::TransformDirection::ReverseTransform );
}
catch ( QgsCsException & )
{
Expand Down

0 comments on commit 0d32170

Please sign in to comment.