Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix failing doc test
  • Loading branch information
nyalldawson committed Dec 30, 2016
1 parent d4a62b4 commit 882878b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/qgsgeometrysimplifier.h
Expand Up @@ -53,6 +53,11 @@ class CORE_EXPORT QgsAbstractGeometrySimplifier
class CORE_EXPORT QgsTopologyPreservingSimplifier : public QgsAbstractGeometrySimplifier
{
public:

/**
* Constructor for QgsTopologyPreservingSimplifier. The tolerance parameter
* is specified in layer units.
*/
QgsTopologyPreservingSimplifier( double tolerance );

//! Returns a simplified version the specified geometry
Expand Down

0 comments on commit 882878b

Please sign in to comment.