File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ QgsRectangle QgsWFSProvider::extent()
706706 return computedExtent;
707707 }
708708
709- computedExtent.combineExtentWith ( & mShared ->mCapabilityExtent );
709+ computedExtent.combineExtentWith ( mShared ->mCapabilityExtent );
710710 return computedExtent;
711711}
712712
Original file line number Diff line number Diff line change @@ -884,7 +884,7 @@ void QgsWFSSharedData::serializeFeatures( QVector<QgsWFSFeatureGmlIdPair>& featu
884884 if ( localComputedExtent.isNull () )
885885 localComputedExtent = bBox;
886886 else
887- localComputedExtent.combineExtentWith ( & bBox );
887+ localComputedExtent.combineExtentWith ( bBox );
888888 QgsGeometry* polyBoundingBox = QgsGeometry::fromRect ( bBox );
889889 cachedFeature.setGeometry ( polyBoundingBox );
890890 }
You can’t perform that action at this time.
0 commit comments