Skip to content

Commit

Permalink
-Trunk would not compile due to GEOSGeomFromWKT being changed during …
Browse files Browse the repository at this point in the history
…api clean up to GEOSGeomFromWkt

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9499 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
ersts committed Oct 20, 2008
1 parent 1c6205e commit 0dc560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsgeometry.cpp
Expand Up @@ -404,7 +404,7 @@ QgsGeometry* QgsGeometry::fromWkt( QString wkt )
GEOSWKTReader_destroy( reader );
return g;
#else
return fromGeosGeom( GEOSGeomFromWkt( wkt.toLocal8Bit().data() ) );
return fromGeosGeom( GEOSGeomFromWKT( wkt.toLocal8Bit().data() ) );
#endif
}

Expand Down

0 comments on commit 0dc560b

Please sign in to comment.