mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix clang-tidy int to bool conversion warning
This commit is contained in:
parent
6ca50a023e
commit
68ad9feab0
@ -693,7 +693,7 @@ bool QgsGeos::topologicalTestPointsSplit( const GEOSGeometry *splitLine, QgsPoin
|
||||
}
|
||||
GEOSGeom_destroy_r( geosinit.ctxt, intersectionGeom );
|
||||
}
|
||||
CATCH_GEOS_WITH_ERRMSG( 1 )
|
||||
CATCH_GEOS_WITH_ERRMSG( true )
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user