Skip to content

Commit 1a4e8c9

Browse files
committed
Fix doxygen warning
1 parent 8286b1f commit 1a4e8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/geometry/qgsgeos.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class CORE_EXPORT QgsGeos: public QgsGeometryEngine
8585
QgsAbstractGeometryV2* reshapeGeometry( const QgsLineStringV2& reshapeWithLine, int* errorCode, QString* errorMsg = 0 ) const;
8686

8787
/** Create a geometry from a GEOSGeometry
88-
* @param goes GEOSGeometry. Ownership is NOT transferred.
88+
* @param geos GEOSGeometry. Ownership is NOT transferred.
8989
*/
9090
static QgsAbstractGeometryV2* fromGeos( const GEOSGeometry* geos );
9191
static QgsPolygonV2* fromGeosPolygon( const GEOSGeometry* geos );

0 commit comments

Comments
 (0)