Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 86cbecf

Browse files
committedDec 19, 2017
fix after rebase
1 parent e5d6920 commit 86cbecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsdatumtransformdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ QgsDatumTransformDialog::QgsDatumTransformDialog( const QgsCoordinateReferenceSy
5151
//get list of datum transforms
5252
mSourceCrs = sourceCrs;
5353
mDestinationCrs = destinationCrs;
54-
mDatumTransforms = QgsCoordinateTransform::datumTransformations( sourceCrs, destinationCrs );
54+
mDatumTransforms = QgsDatumTransform::datumTransformations( sourceCrs, destinationCrs );
5555

5656
QApplication::setOverrideCursor( Qt::ArrowCursor );
5757

0 commit comments

Comments
 (0)
Please sign in to comment.