Fix clang-tidy int to bool conversion warning

This commit is contained in:
Nyall Dawson 2017-09-11 21:28:41 +10:00
parent 6ca50a023e
commit 68ad9feab0

View File

@ -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;
}