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 @@ -477,7 +477,7 @@ void QgsMapCanvas::zoomToSelected()
477
477
#ifdef QGISDEBUG
478
478
std::cout << " Throwing exception " << __FILE__ << __LINE__ << std::endl;
479
479
#endif
480
- throw QgsCsException ( string (" NO COORDINATE TRANSFORM FOUND FOR LAYER" ) );
480
+ throw QgsCsException ( std:: string (" NO COORDINATE TRANSFORM FOUND FOR LAYER" ) );
481
481
}
482
482
483
483
rect = lyr->coordinateTransform ()->transformBoundingBox (lyr->bBoxOfSelected ());
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ QString QgsVectorLayerProperties::getMetadata()
437
437
438
438
if ( ! coordinateTransform )
439
439
{
440
- throw QgsCsException ( string (" unable to get layer coordinate transform object" ) );
440
+ throw QgsCsException ( std:: string (" unable to get layer coordinate transform object" ) );
441
441
}
442
442
443
443
QgsRect myProjectedExtent = coordinateTransform->transformBoundingBox (layer->extent ());
You can’t perform that action at this time.
0 commit comments