We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8286b1f commit 1a4e8c9Copy full SHA for 1a4e8c9
src/core/geometry/qgsgeos.h
@@ -85,7 +85,7 @@ class CORE_EXPORT QgsGeos: public QgsGeometryEngine
85
QgsAbstractGeometryV2* reshapeGeometry( const QgsLineStringV2& reshapeWithLine, int* errorCode, QString* errorMsg = 0 ) const;
86
87
/** Create a geometry from a GEOSGeometry
88
- * @param goes GEOSGeometry. Ownership is NOT transferred.
+ * @param geos GEOSGeometry. Ownership is NOT transferred.
89
*/
90
static QgsAbstractGeometryV2* fromGeos( const GEOSGeometry* geos );
91
static QgsPolygonV2* fromGeosPolygon( const GEOSGeometry* geos );
0 commit comments