Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 21, 2015
1 parent 8286b1f commit 1a4e8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeos.h
Expand Up @@ -85,7 +85,7 @@ class CORE_EXPORT QgsGeos: public QgsGeometryEngine
QgsAbstractGeometryV2* reshapeGeometry( const QgsLineStringV2& reshapeWithLine, int* errorCode, QString* errorMsg = 0 ) const;

/** Create a geometry from a GEOSGeometry
* @param goes GEOSGeometry. Ownership is NOT transferred.
* @param geos GEOSGeometry. Ownership is NOT transferred.
*/
static QgsAbstractGeometryV2* fromGeos( const GEOSGeometry* geos );
static QgsPolygonV2* fromGeosPolygon( const GEOSGeometry* geos );
Expand Down

0 comments on commit 1a4e8c9

Please sign in to comment.