Skip to content

Commit f439028

Browse files
author
ersts
committed
-Trunk would not compile due to GEOSGeomFromWKT being changed during api clean up to GEOSGeomFromWkt
git-svn-id: http://svn.osgeo.org/qgis/trunk@9499 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ba98601 commit f439028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsgeometry.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ QgsGeometry* QgsGeometry::fromWkt( QString wkt )
404404
GEOSWKTReader_destroy( reader );
405405
return g;
406406
#else
407-
return fromGeosGeom( GEOSGeomFromWkt( wkt.toLocal8Bit().data() ) );
407+
return fromGeosGeom( GEOSGeomFromWKT( wkt.toLocal8Bit().data() ) );
408408
#endif
409409
}
410410

0 commit comments

Comments
 (0)